RwGetClumpJointMatrix(RwClump *clump, RwMatrix4d *matrix);
Description
Retrieves the clumps joint (articulation) matrix.
Arguments
clump Pointer to the clump.
matrix Pointer to the matrix that will receive the clumps joint (articulation) matrix.
Return Value
The argument matrix if successful, and NULL otherwise.
See Also