[]
const Model3DRenderingModeType: object;
Defines possible rendering modes for Model3DView.
readonly BoundingBox: "BoundingBox";
Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.
readonly HiddenWireframe: "HiddenWireframe";
Displays edges in a single colour, though removes back-facing and obscured edges.
readonly Illustration: "Illustration";
Displays silhouette edges with surfaces, removes obscured lines.
readonly ShadedIllustration: "ShadedIllustration";
Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.
readonly ShadedVertices: "ShadedVertices";
Displays only vertices, though uses their vertex colour and applies lighting.
readonly ShadedWireframe: "ShadedWireframe";
Displays only edges, though interpolates their colour between their two vertices and applies lighting.
readonly Solid: "Solid";
Displays textured and lit geometric shapes.
readonly SolidOutline: "SolidOutline";
Displays silhouette edges with lit and textured surfaces, removes obscured lines.
readonly SolidWireframe: "SolidWireframe";
Displays textured and lit geometric shapes with single colour edges on top of them.
readonly Transparent: "Transparent";
Displays textured and lit geometric shapes with an added level of transparency.
readonly TransparentBoundingBox: "TransparentBoundingBox";
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.
readonly TransparentBoundingBoxOutline: "TransparentBoundingBoxOutline";
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.
readonly TransparentWireframe: "TransparentWireframe";
Displays textured and lit geometric shapes with an added level of transparency, with single colour opaque edges on top of it.
readonly Vertices: "Vertices";
Displays only vertices in a single colour.
readonly Wireframe: "Wireframe";
Displays only edges in a single colour.