NNS_G3dGlbSetProjectionMtx

Syntax

#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbSetProjectionMtx(
    const MtxFx44* m
);

Arguments

m The pointer to the projection matrix.

Return Values

None.

Description

This function sets the projection matrix of the global state in the G3D library.

See Also

NNS_G3dGlbPerspective, NNS_G3dGlbPerspectiveW, NNS_G3dGlbOrtho, NNS_G3dGlbOrthoW, NNS_G3dGlbGetProjectionMtx

Revision History

2004/09/16 Initial version.


CONFIDENTIAL