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

Output G3DJ With Optimisations #96

Closed akalisingh closed 8 years ago

akalisingh commented 8 years ago
xoppa commented 8 years ago

What's the use-case for this?

akalisingh commented 8 years ago

On mobile it saves us time downloading and parsing g3dj files.

xoppa commented 8 years ago

Well that's why there's g3db

akalisingh commented 8 years ago

We are moving towards the binary format soon, just thought this would be a nice addition.

Anyway, its your call.

xoppa commented 8 years ago

I'd rather not complicate the code without having at least one valid use-case for it.