RenderWare V2.1

Previous Page Index Next Page

RwClump *

RwTransformClumpJoint(RwClump *clump, RwMatrix4d *matrix, RwCombineOperation op);

Description

Applies a transformation matrix to the clump’s 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

RwGetClumpJointMatrix()

RwGetClumpLTM()

RwTransformClump()