Microsoft DirectX 8.1 (Visual Basic) |
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
These flags are used to set the value of the D3DRS_CLIPPLANEENABLE render state for the CONST_D3DRENDERSTATETYPE enumeration.