A3DPDFERenderingStyle

enum A3DPDFERenderingStyle

Rendering Style.

4.1

Enumerators

enumerator kA3DPDFRenderingTransparentBoundingBox
kA3DPDFRenderingTransparentBoundingBox = 0

Displays bounding boxes faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.

enumerator kA3DPDFRenderingSolid
kA3DPDFRenderingSolid

Displays textured and lit geometric shapes.

enumerator kA3DPDFRenderingTransparent
kA3DPDFRenderingTransparent

Displays textured and lit geometric shapes (triangles) with an added level of transparency.

enumerator kA3DPDFRenderingSolidWireframe
kA3DPDFRenderingSolidWireframe

Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it.

enumerator kA3DPDFRenderingIllustration
kA3DPDFRenderingIllustration

Displays silhouette edges with surfaces, removes obscured lines.

enumerator kA3DPDFRenderingSolidOutline
kA3DPDFRenderingSolidOutline

Displays silhouette edges with lit and textured surfaces, removes obscured lines.

enumerator kA3DPDFRenderingShadedIllustration
kA3DPDFRenderingShadedIllustration

Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.

enumerator kA3DPDFRenderingBoundingBox
kA3DPDFRenderingBoundingBox

Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.

enumerator kA3DPDFRenderingTransparentBoundingBoxOutline
kA3DPDFRenderingTransparentBoundingBoxOutline

Displays bounding boxes edges and faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.

enumerator kA3DPDFRenderingWireframe
kA3DPDFRenderingWireframe

Displays only edges in a single color.

enumerator kA3DPDFRenderingShadedWireframe
kA3DPDFRenderingShadedWireframe

Displays only edges, though interpolates their color between their two vertices and applies lighting.

enumerator kA3DPDFRenderingTransparentWireframe
kA3DPDFRenderingTransparentWireframe

Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it.

enumerator kA3DPDFRenderingHiddenWireframe
kA3DPDFRenderingHiddenWireframe

Displays edges in a single color, though removes back-facing and obscured edges.

enumerator kA3DPDFRenderingVertices
kA3DPDFRenderingVertices

Displays only vertices in a single color.

enumerator kA3DPDFRenderingShadedVertices
kA3DPDFRenderingShadedVertices

Displays only vertices, though uses their vertex color and applies lighting.