C4 Engine
C4 Engine API Documentation

Model::GetAnimatedTransformNodeTable

Defined in:  C4Models.h
Returns the table of nodes with animated transforms in a model.
Prototype

Node *const *GetAnimatedTransformNodeTable(voidconst;

Description
The GetAnimatedTransformNodeTable returns the table of pointers to the nodes that can have animatedtransforms in a model. The number of nodes in this table can be retrieved by calling the Model::GetAnimatedTransformNodeCount function.
See Also

Model::GetAnimatedTransformNodeCount

Model::GetTransformAnimationIndex

Model::GetRootAnimator

Model::SetRootAnimator

Model::AnimateModel

Animator