RwGetClumpLTM(RwClump *clump, RwMatrix4d *matrix);
Description
Retrieves the clumps Local Transformation Matrix (LTM) which maps object space to world space.
Arguments
clump Pointer to the clump.
matrix Pointer to the matrix that will receive the clumps LTM.
Return Value
The argument matrix if successful, and NULL otherwise.
Comments
The clumps LTM is the result of the concatenation of all modeling and joint (articulation) matrices from this clump to the root of the hierarchy.
See Also