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
448 stars 116 forks source link

fbx-conv generates invalid animation? #36

Closed mkorman9 closed 10 years ago

mkorman9 commented 10 years ago

Hello, I successfully compiled and tested Animation3DTest from gdx-tests programs. Unfortunately when I copied knight.fbx model from this repo and converted it with "fbx-convert-win32 -f -o G3DJ Knight.fbx", it generated completely different file. It's smaller and contains different data. When I tried to render my version - program stopped for a few second and then displayed only last frame of animation.

Here is version converted by me - https://dl.dropboxusercontent.com/u/12184815/knight.g3dj Here is correct version - https://github.com/libgdx/libgdx/blob/master/tests/gdx-tests-android/assets/data/g3d/knight.g3dj

xoppa commented 10 years ago

Please try this version: http://blog.xoppa.com/wp-content/uploads/fbx-conv1.zip

mkorman9 commented 10 years ago

Well, that works perfectly. Thanks :)