Writing Exporter Plug-ins
 
 
 

Global utility plug-ins inherit from the SceneExport class. An exporter plug-in must implement the following virtual functions:

When performing a file export in the function SceneExport::DoExport(), you can use the 3DXI functions and classes instead of (or inconjunction with) IScene, Interface and INode.

See Also