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

FBX file version check #117

Closed mgsx-dev closed 4 years ago

mgsx-dev commented 5 years ago

recent FBX file version (7500) fails silently and output empty G3D file.

surprizingly, FBX SDK importer doesn't raise any error, so i added a check. I didn't found a better way to check this in FBX SDK documentation :

So i made an assumption on mFileVersion value and only output an error log.

notes:

Dirt_Cube__texture.zip