G3X_InitMtxStack 

Syntax
-
#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
2004/01/19 Initial version.
CONFIDENTIAL