Mount Fuji Engine  0.8b
MF_API MFModel* MFModel_CreateWithAnimation ( const char *  pFilename,
const char *  pAnimationFilename = NULL 
)

Creates a model from the filesystem.

Parameters
pFilenameFilename of model to load.
pAnimationFilenameFilename of an animation to load and bind to the model instance. If pAnimationFilename is NULL, pFilename will be used instead.
Returns
A new instance of the specified model with animation already loaded and bound.
See Also
MFModel_Create()