HDK
|
Importing a scene using the FBX importer is extremely simple. The example below illustrates this:
See FBX_ImportOptions and FBX_ObjectTypeFilter for documentation on setting various import options and importing only specific types of primitives such as lights or animation from FBX files.
Any errors or warnings produced by the importer can be retrieved as following:
An example below illustrates the export of the current scene to an FBX file. Note that FBX is capable of containing entire scenes, including cameras, animation, lights, and skinning, instead of supporting only the geometry.
See ROP_FBXExportOptions for more information on possible export options.