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

Documentation #22

Closed ehsanasadi closed 11 years ago

ehsanasadi commented 11 years ago

Sorry, I don't know where to ask this question, in the wiki section of fbx-conv there is no documentation, and I don't know exactly how to work with it. I only know that I should call "fbx-conv" command in command line, for example: fbx-conv ship.obj But where should I enter this command? There is no exe file in source. Any help would be much appreciated.

badlogic commented 11 years ago

Hi,

you can download the precompiled binaries from here: http://libgdx.badlogicgames.com/fbx-conv as stated in the README of this project.

The command line options are explained when you execute fbx-conv without parameters.

hth, Mario