LordOfDragons / dragengine

Drag[en]gine Game Engine
MIT License
70 stars 6 forks source link

Adding support for FBX models #3

Closed LordOfDragons closed 4 years ago

LordOfDragons commented 4 years ago

From a quick look the file format is undocumented but there seems to be information about Blender having reverse engineered important parts of the file format (for their import/export plugin). So I think it would be possible to add an FBX module to the game engine.

LordOfDragons commented 4 years ago

Three new modules are now present in the nightly to load FBX files as model resource, rig resource and animator resource.