Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdfPublish::Rendering::Mode Enumeration
Syntax
C++
enum Mode { kDefault = 0, kSolid, kSolidWireframe, kSolidOutline, kBoundingBox, kTransparent, kTransparentWireframe, kTransparentBoundingBox, kTransparentBoundingBoxOutline, kIllustration, kShadedIllustration, kWireframe, kShadedWireframe, kHiddenWireframe, kVertices, kShadedVertices };
Members
Description
kDefault
Default rendering mode. Currently is not applied.
kSolid
Textured and lighted faces are rendered.
kSolidWireframe
Textured, lighted faces and monochrome tessellation edges are rendered.
kSolidOutline
Textured, lighted faces and monochrome silhouette edges are rendered.
kBoundingBox
Monochrome bounding box edges are rendered.
kTransparent
Textured and lighted transparent faces are rendered.
kTransparentWireframe
Textured, lighted transparent faces and monochrome tessellation edges are rendered.
kTransparentBoundingBox
Monochrome bounding box transparent faces are rendered.
kTransparentBoundingBoxOutline
Monochrome edges and bounding box transparent faces are rendered.
kIllustration
Monochrome unlighted faces and silhouette edges are rendered.
kShadedIllustration
Textured, lighted highly emissive faces and monochrome silhouette edges are rendered.
kWireframe
Monochrome tessellation edges are rendered.
kShadedWireframe
Interpolated and lighted tessellation edges are rendered.
kHiddenWireframe
Monochrome faces and tessellation edges are rendered.
kVertices
Monochrome vertices are rendered.
kShadedVertices
Colored and lighted vertices are rendered.

Rendering modes supported by Publish SDK.

File: PdfPublishCommon.h 

Namespace: OdPdfPublish::Rendering 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.