RenderWare V2.1

Previous Page Index Next Page

RwClump *

RwNormalizeClump(RwClump *clump);

Description

Transforms the clump so that all the clump’s vertices lie within unit space. The clump’s modeling and joint (articulation) matrices are set to the identity.

Arguments

clump Pointer to the clump.

Return Value

The argument clump if successful, and NULL otherwise.

Comments

Note that this function is not recursive. The descendants of the specified clump (if any) are not normalized.

See Also

RwGetClumpBBox()

RwGetClumpLocalBBox()

RwGetClumpJointMatrix()

RwGetClumpLTM()

RwGetClumpMatrix()

RwTransformClump()

RwTransformClumpJoint()