Microsoft DirectX 8.1 (Visual Basic)

CONST_D3DCLIPPLANEFLAGS

Defines constants that enable user-defined clipping planes.

Enum CONST_D3DCLIPPLANEFLAGS
    D3DCLIPPLANE0 =  1
    D3DCLIPPLANE1 =  2
    D3DCLIPPLANE2 =  4
    D3DCLIPPLANE3 =  8
    D3DCLIPPLANE4 = 16 (&H10)
    D3DCLIPPLANE5 = 32 (&H20)
End Enum

Constants

D3DCLIPPLANE0 through D3DCLIPPLANE5
Enable the clipping plane, or planes, at the corresponding index ( 0 through 5). These values can be combined to simultaneously enable multiple clipping planes.

Remarks

These flags are used to set the value of the D3DRS_CLIPPLANEENABLE render state for the CONST_D3DRENDERSTATETYPE enumeration.

See Also

CONST_D3DRENDERSTATETYPE