dicarlolab / ThreeDWorld

Generator of interactive Unity-based 3D environments with physics
Other
21 stars 4 forks source link

Some of the generated assetbundles don't have textures on them #76

Closed chengxuz closed 7 years ago

chengxuz commented 7 years ago

The color of their mesh is just (255,255,255,255) for RGBA. Problems of material processing or flags of textures?

chengxuz commented 7 years ago

Seems to be the problem of flags?

qbilius commented 7 years ago

Should be fixed now. The order of texture assignment in shapenet.py in dldata was not controlled.

Can't push the updated code until dldata's PR is merged.