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

convert the code to java #123

Closed vittfiles closed 4 years ago

vittfiles commented 4 years ago

I wanted to know if it is possible to convert the fbx-conv code from c ++ to java or it is not possible because you need certain libraries in c ++ that are not achieved otherwise? sorry for my english

Tom-Ski commented 4 years ago

Yes it's possible. Not really worth the effort though. Why do you want this?