Model::GetAnimatedTransformNodeTable
Defined in:
Returns the table of nodes with animated transforms in a model.
C4Models.h
Prototype
Node *const *GetAnimatedTransformNodeTable(void) const;
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