Package com.ms.com.directX
Previous
Microsoft Packages
Index
Next
D3DCLIP_ Values
Use with the
dwClip
field in the
d3dTransformData
class to specify how the vertices are clipped.
D3DCLIP_BACK
Clipped by the back plane of the viewing frustum.
D3DCLIP_BOTTOM
Clipped by the bottom plane of the viewing frustum.
D3DCLIP_FRONT
Clipped by the front plane of the viewing frustum.
D3DCLIP_LEFT
Clipped by the left plane of the viewing frustum.
D3DCLIP_RIGHT
Clipped by the right plane of the viewing frustum.
D3DCLIP_TOP
Clipped by the top plane of the viewing frustum.
D3DCLIP_GEN0
through
D3DCLIP_GEN5
Application-defined clipping planes.
© 1996 Microsoft Corporation. All rights reserved.