NNS_G3dGlbOrthoW

Syntax

#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbOrthoW(
    fx32 t,
    fx32 b,
    fx32 l,
    fx32 r,
    fx32 n,
    fx32 f,
    fx32 scaleW
);

Arguments

t Y coordinate at the top of the near clipping plane
b Y coordinate at the bottom of the near clipping plane
l X coordinate at the left of the near clipping plane
r X coordinate at the right of the near clipping plane
n Distance from viewpoint to the near clipping plane
f Distance from viewpoint to the far clipping plane
scaleW Precision adjustment parameter for the view volume

Return Values

None.

Description

This function sets an orthographic projection matrix for the global state kept in the G3D library.

See Also

NNS_G3dGlbOrtho, NNS_G3dGlbFrustumW, NNS_G3dGlbPerspectiveW

Revision History

2004/08/02 Initial version.


CONFIDENTIAL