RwBool
RwIdentityCTM(void);
Description
Sets the CTM to the identity matrix.
Arguments
None.
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
RwIdentityJointTM()
RwModelBegin()
RwModelEnd()
RwRotateCTM()
RwScaleCTM()
RwTransformCTM()
RwTranslateCTM()