The Publish::Rendering class is a concept class for rendering-related enumerations.
More...
|
enum | Mode {
Mode.Solid = 0,
Mode.SolidWireframe = 1,
Mode.SolidOutline = 2,
Mode.BoundingBox = 3,
Mode.Transparent = 4,
Mode.TransparentWireframe = 5,
Mode.TransparentBoundingBox = 6,
Mode.TransparentBoundingBoxOutline = 7,
Mode.Illustration = 8,
Mode.ShadedIllustration = 9,
Mode.Wireframe = 10,
Mode.ShadedWireframe = 11,
Mode.HiddenWireframe = 12,
Mode.Vertices = 13,
Mode.ShadedVertices = 14
} |
| Enumerates the rendering modes for ViewKit and AnnotationKit objects. More...
|
|
The Publish::Rendering class is a concept class for rendering-related enumerations.
Enumerates the rendering modes for ViewKit and AnnotationKit objects.
Enumerator |
---|
Solid |
Displays textured and lit faces (kA3DPDFRenderingSolid).
|
SolidWireframe |
Displays textured and lit faces and monochromatic tessellation edges (kA3DPDFRenderingSolidWireframe).
|
SolidOutline |
Displays textured and lit faces and monochromatic silhouette edges (kA3DPDFRenderingSolidOutline).
|
BoundingBox |
Displays monochromatic edges of bounding boxes for each node (kA3DPDFRenderingBoundingBox).
|
Transparent |
Displays textured and lit transparent faces (kA3DPDFRenderingTransparent).
|
TransparentWireframe |
Displays textured and lit transparent faces and monochromatic tessellation edges (kA3DPDFRenderingTransparentWireframe).
|
TransparentBoundingBox |
Displays monochromatic transparent faces of bounding boxes for each node (kA3DPDFRenderingTransparentBoundingBox).
|
TransparentBoundingBoxOutline |
Displays monochromatic edges and transparent faces of bounding boxes for each node (kA3DPDFRenderingTransparentBoundingBoxOutline).
|
Illustration |
Displays monochromatic unlit faces and silhouette edges (kA3DPDFRenderingIllustration).
|
ShadedIllustration |
Displays textured and lit faces with increased emissivity and monochromatic silhouette edges (kA3DPDFRenderingShadedIllustration).
|
Wireframe |
Displays monochromatic tessellation edges (kA3DPDFRenderingWireframe).
|
ShadedWireframe |
Displays color interpolated and lit tessellation edges (kA3DPDFRenderingShadedWireframe).
|
HiddenWireframe |
Displays monochromatic faces and tessellation edges (kA3DPDFRenderingHiddenWireframe).
|
Vertices |
Displays monochromatic vertices (kA3DPDFRenderingVertices).
|
ShadedVertices |
Displays colored and lit vertices (kA3DPDFRenderingShadedVertices).
|
The documentation for this class was generated from the following file:
- internals/hps_sprk_publish/source/cs/HPS.Publish.cs