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

Support converting back from G3D to FBX #84

Open ghost opened 9 years ago

ghost commented 9 years ago

This would allow editing/generating/converting models with libgdx and exporting them to be used again with external editor like Blender.

I wrote a loader/converter for some old format to g3d, because I'm familiar with libgdx internals, and not so much with fbx or blender. Now if only I could edit those files somehow.

JernejL commented 4 years ago

Second this, it should not be difficult, it would serve good purpose to test third party converters too.