jeske / SimpleScene

Simple 3D scene manager in C# and OpenTK / OpenGL
https://github.com/jeske/SimpleScene/wiki
Other
173 stars 69 forks source link

FBX Support? #16

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello Instead of use of the static OBJ, is support of the Autodesk FBX format planned?

jeske commented 8 years ago

There are no current plans to support FBX, as we try to keep simplescene open-source apache licensed with no external dependencies.

For animation data we support the open md5mesh format.

Commercial software which supports FBX uses the binary SDK from autodesk.

Blender has it's own limited reverse engineered FBX support, but it is GPL C code we can't use.

Assimp is license compatible BSD, but has no FBX support. On Oct 28, 2015 9:35 AM, "emersont1" notifications@github.com wrote:

Hello Instead of use of the static OBJ, is support of the Autodesk FBX format planned?

— Reply to this email directly or view it on GitHub https://github.com/jeske/SimpleScene/issues/16.