Model::AnimateModel
Defined in:
Runs the animators attached to a model.
C4Models.h
Prototype
void AnimateModel(void);
Description
The AnimateModel
function causes the animator tree attached to a model to calculate new transforms for the affected nodes within the model. This function is normally called from within the Controller::MoveController
function for a controller attached to the model node.
See Also