News Overview SceneEngine Downloads VideoTutorials Main Page SourceForge Get Involved Bookmark and Share

Import Export FBX

Contents

Autodesk's FBX file format is supported by the plugin ScEngFBX (sceng_fbx.dll).

The current version of the FBX SDK is 2009.1.

All imported files are converted to SceneEngine's Z up axis system.

Lua script

FBX files are recognized by the Import and Export Lua commands by the extension name (.fbx), and imported with default settings.

sceng.Import( "file_in.fbx" )
sceng.Export( "file_out.fbx" )

ScEngSDK

The FBX plugin is implemented in the ScEngFBX project. There are two main classes:

  • FBXExporter : an ExportTool
  • FBXImporter : an ImportTool

Development Info

Known Issues

The export tool is still under development.

Things to do

Support animation.

Views