#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbSetProjectionMtx(
const MtxFx44* m
);
m | The pointer to the projection matrix. |
None.
This function sets the projection matrix of the global state in the G3D library.
NNS_G3dGlbPerspective, NNS_G3dGlbPerspectiveW, NNS_G3dGlbOrtho, NNS_G3dGlbOrthoW, NNS_G3dGlbGetProjectionMtx
2004/09/16 Initial version.
CONFIDENTIAL