NV15EnableClipPlanes

Enable clip planes for NV15

FIFO Commands:

With each command, you can enable a clipping plane. Note that planes 6 and 7 may not work.

0x3c0 (NV15_ENABLE_CLIP_PLANE0_ENABLE)
0x3c4 (NV15_ENABLE_CLIP_PLANE1_ENABLE)
0x3c8 (NV15_ENABLE_CLIP_PLANE2_ENABLE)
0x3cc (NV15_ENABLE_CLIP_PLANE3_ENABLE)
0x3d0 (NV15_ENABLE_CLIP_PLANE4_ENABLE)
0x3d4 (NV15_ENABLE_CLIP_PLANE5_ENABLE)
0x3d8 (NV15_ENABLE_CLIP_PLANE6_ENABLE)
0x3dc (NV15_ENABLE_CLIP_PLANE7_ENABLE)

Arguments:

The command takes 1 arguments (int value). To enable a clipping plane, use value 0x00002400 (GL_EYE_LINEAR) or 0x00002401 (GL_OBJECT_LINEAR) instead of 0 (to disable).

ENABLED          (long)

See also:

NV15ClipPlanes