RwTransformClumpJoint(RwClump *clump, RwMatrix4d *matrix, RwCombineOperation op);
Description
Applies a transformation matrix to the clumps joint (articulation) matrix.
Arguments
clump Pointer to the clump.
matrix Pointer to the transformation matrix.
op Combination operator.
Return Value
The argument clump if successful, and NULL otherwise.
See Also