libgdx / fbx-conv

Command line utility using the FBX SDK to convert FBX/Collada/Obj files to a custom text/binary format for static, keyframed and skinned meshes.
Apache License 2.0
447 stars 116 forks source link

Fix opacity #16

Closed xoppa closed 11 years ago

xoppa commented 11 years ago

TransparencyFactor and Opacity are a single value within an FBX file and according to the FBX SDK docs it should contain a value ranging from 0 (full opacity) to 1 (full transparent). But it seems like fbxsdk converts it to TransparencyColor anyway. Not sure if that's a 2014 feature or was in there before. Anyway, this should fix it.