PXC_3DRenderMode Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_3DRenderMode
{
    RM_Default                       = -1,
    RM_Solid                         = 0,
    RM_SolidWireframe                = 1,
    RM_Transparent                   = 2,
    RM_TransparentWireframe          = 3,
    RM_BoundingBox                   = 4,
    RM_TransparentBoundingBox        = 5,
    RM_TransparentBoundingBoxOutline = 6,
    RM_Wireframe                     = 7,
    RM_ShadedWireframe               = 8,
    RM_HiddenWireframe               = 9,
    RM_Vertices                      = 10,
    RM_ShadedVertices                = 11,
    RM_Illustration                  = 12,
    RM_SolidOutline                  = 13,
    RM_ShadedIllustration            = 14,
    RM__last_                        = 15,
};

Constants

RM_Default
The ...
RM_Solid
The ...
RM_SolidWireframe
The ...
RM_Transparent
The ...
RM_TransparentWireframe
The ...
RM_BoundingBox
The ...
RM_TransparentBoundingBox
The ...
RM_TransparentBoundingBoxOutline
The ...
RM_Wireframe
The ...
RM_ShadedWireframe
The ...
RM_HiddenWireframe
The ...
RM_Vertices
The ...
RM_ShadedVertices
The ...
RM_Illustration
The ...
RM_SolidOutline
The ...
RM_ShadedIllustration
The ...
RM__last_
The ...

See Also

IPXV_3DScene::RenderMode, IPXV_3DMesh::RenderMode