CONST_D3DCLIPFLAGS
Defines the clip status.
Enum CONST_D3DCLIPFLAGS
D3DCS_LEFT = 1
D3DCS_RIGHT = 2
D3DCS_TOP = 4
D3DCS_BOTTOM = 8
D3DCS_FRONT = 16 (&H10)
D3DCS_BACK = 32 (&H20)
D3DCS_PLANE0 = 64 (&H40)
D3DCS_PLANE1 = 128 (&H80)
D3DCS_PLANE2 = 256 (&H100)
D3DCS_PLANE3 = 512 (&H200)
D3DCS_PLANE4 = 1024 (&H400)
D3DCS_PLANE5 = 2048 (&H800)
D3DCS_ALL = 4095 (&HFFF)
End Enum
Constants
- D3DCS_LEFT
- All vertices are clipped by the left plane of the .
- D3DCS_RIGHT
- All vertices are clipped by the right plane of the viewing frustum.
- D3DCS_TOP
- All vertices are clipped by the top plane of the viewing frustum.
- D3DCS_BOTTOM
- All vertices are clipped by the bottom plane of the viewing frustum.
- D3DCS_FRONT
- All vertices are clipped by the front plane of the viewing frustum.
- D3DCS_BACK
- All vertices are clipped by the back plane of the viewing frustum.
- D3DCS_PLANE0 through D3DCS_PLANE5
- Application-defined clipping planes.
- D3DCS_ALL
- Combination of all clip flags.
Remarks
These flags may be combined and present in the ClipUnion and ClipIntersection member of D3DCLIPSTATUS8.
See Also
D3DCLIPSTATUS8