Same material and textures to two objects and they display differently

Not applicable
07-21-2020
05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am new to the python fbx sdk, I started learning from the examples (ExportScene02, ExportScene03) ,made some modifications and generated this fbx file. in the python script, I create two objects: straight line and curved line with the same materials, same textures and same properties. but these two objects display differently ( as shown in attached image). Also, Attached is the fbx file and python script (functions I used to create materials and textures: curvedTexture(), straightTexture() ). Why this happen? and how can I solve it? Thanks.