Other classes
 
 
 

There are a few other classes of use in general, available in the header files of the ORSDK.

FBPlayerControl (fbsystem.h)

The transport controls (play, stop, and so on) in MotionBuilder can be accessed via a special class: FBPlayerControl. This class can be found in fbsystem.h.

FBArrayTemplate (fbarray.h)

The FBArrayTemplate class is a generic structure used to manage dynamic arrays. This alleviates all of the memory allocation problems, and is optimized to work with MotionBuilder.