C4 Engine
C4 Engine API Documentation

Model::AnimateModel

Defined in:  C4Models.h
Runs the animators attached to a model.
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

Model::GetRootAnimator

Model::SetRootAnimator

Animator