The topics in this section describe the file input and output functionality of the MotionBuilder SDK.
FBApplication
is responsible for the majority of the file input and output operations of the MotionBuilder SDK. The exception is audio and video file operations, which are defined in FBAudioClip
and FBVideo
respectively.
Instances of FBFbxOptions
can be used in the methods of FBApplication
to specify which scene elements to load from or save to a file.
FBApplication
provides a file event system allowing you to register functions to be called when events such as FBApplication.OnFileNew
, FBApplication.OnFileOpenCompleted
, and FBApplication.OnFileExit
are triggered.