Importing and Exporting a Scene
 
 
 

This section expands on a primary function of the FBX SDK: importing and exporting scenes.

Importing and Exporting a Scene

Importing and exporting data is performed by the KFbxImporter and KFbxExporter classes respectively. The KFbxIOSettings class is used to specify the scene data which is imported from or exported to a file. Custom file formats can be imported and exported by creating a custom FBX SDK I/O Plug-in derived from KFbxPlugin.