Name

ClipPlaneEnable - 3D API clip plane enable

Usage

ClipPlaneEnable[i] = bool(enable)

Valid Enumerants

enable: true, false

Description

Enable/disable user-defined clipping planes. See the OpenGL glClipPlane manual page for details. See the D3DRS_CLIPPLANEENABLE render state description for DirectX 9.

The standard reset callback sets the ClipPlaneEnable[i] state to bool(false).

Opengl Functionality Requirements

OpenGL 1.0

Direct3D Functionality Requirements

DirectX 9

See Also

ClipPlane, Clipping