RwNormalizeClump(RwClump *clump);
Description
Transforms the clump so that all the clumps vertices lie within unit space. The clumps 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