RenderWare V2.1

Previous Page Index Next Page

RwBool

RwTransformCTM(RwMatrix4d *matrix);

Description

Replaces the CTM with the specified matrix.

Arguments

matrix Pointer to a transformation matrix.

Return Value

TRUE if successful, and FALSE otherwise.

Comments

This function can only be called within the context of an RwModelBegin()RwModelEnd() block.

See Also

RwIdentityCTM()

RwModelBegin()

RwModelEnd()

RwRotateCTM()

RwScaleCTM()

RwTransformJointTM()

RwTranslateCTM()