HPS::Publish::Rendering

class HPS::Publish::Rendering

The Publish::Rendering class is a concept class for rendering-related enumerations.

Public Types

enum Mode

Enumerates the rendering modes for ViewKit and AnnotationKit objects.

Values:

enumerator Solid

Displays textured and lit faces (kA3DPDFRenderingSolid).

enumerator SolidWireframe

Displays textured and lit faces and monochromatic tessellation edges (kA3DPDFRenderingSolidWireframe).

enumerator SolidOutline

href=”http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__3_dannot__module.html#gga5caefd555ca862b895072467e243e957abfac049e469262b0e65ca14dc0436149”>kA3DPDFRenderingSolidOutline).

Displays textured and lit faces and monochromatic silhouette edges (<a target=”_blank”

enumerator BoundingBox

Displays monochromatic edges of bounding boxes for each node (kA3DPDFRenderingBoundingBox).

enumerator Transparent

Displays textured and lit transparent faces (kA3DPDFRenderingTransparent).

enumerator TransparentWireframe

Displays textured and lit transparent faces and monochromatic tessellation edges (kA3DPDFRenderingTransparentWireframe).

enumerator TransparentBoundingBox

Displays monochromatic transparent faces of bounding boxes for each node (kA3DPDFRenderingTransparentBoundingBox).

enumerator TransparentBoundingBoxOutline

Displays monochromatic edges and transparent faces of bounding boxes for each node (kA3DPDFRenderingTransparentBoundingBoxOutline).

enumerator Illustration

href=”http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__3_dannot__module.html#gga5caefd555ca862b895072467e243e957ab63806514d090e16b5afc963204231fb”>kA3DPDFRenderingIllustration).

Displays monochromatic unlit faces and silhouette edges (<a target=”_blank”

enumerator ShadedIllustration

Displays textured and lit faces with increased emissivity and monochromatic silhouette edges (kA3DPDFRenderingShadedIllustration).

enumerator Wireframe

href=”http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__3_dannot__module.html#gga5caefd555ca862b895072467e243e957a3bc65ddc59108fd4d979ce830b2f2bbf”>kA3DPDFRenderingWireframe).

Displays monochromatic tessellation edges (<a target=”_blank”

enumerator ShadedWireframe

Displays color interpolated and lit tessellation edges (kA3DPDFRenderingShadedWireframe).

enumerator HiddenWireframe

Displays monochromatic faces and tessellation edges (kA3DPDFRenderingHiddenWireframe).

enumerator Vertices

href=”http://docs.techsoft3d.com/publish/latest/build/api_ref/group__a3d__publish__3_dannot__module.html#gga5caefd555ca862b895072467e243e957a7a59f96d08435a6b076bf589b801da86”>kA3DPDFRenderingVertices).

Displays monochromatic vertices (<a target=”_blank”

enumerator ShadedVertices

Displays colored and lit vertices (kA3DPDFRenderingShadedVertices).