G3X_InitMtxStack
C Specification
-
#include <nitro/gx/g3x.h>
void G3X_InitMtxStack();
Arguments
None.
Return Values
None.
Description
- Sets the stack level for the Projection matrix and Position/Vector matrix to 0.
- Sets the Texture current matrix and the current matrices for the Position/Vector matrix and the Project matrix to the identity matrix.
This function performs the following: After execution, the matrix mode is set to Position/Vector
mode.
See Also
G3X_Init, G3X_Reset, G3X_InitTable
Revision History
01/19/2004 Initial version