These values are used by Interface7::SetActiveViewportRenderLevel(int level).
More...
These values are used by Interface7::SetActiveViewportRenderLevel(int level).
The values correspond to the shading options in the Viewport right-click menu
◆ SHADE_LEVELS
◆ ShadeType
| Enumerator |
|---|
| SMOOTH_HIGHLIGHT | Smooth shading with highlights.
|
| SMOOTH | Smooth shading without highlights.
|
| FACET_HIGHLITE | Faces\facets with highlights.
|
| FACET | Faces\facets without highlights.
|
| CONSTANT | Flat shading.
|
| HIDDENLINE | |
| LITE_WIREFRAME | Lit wireframe shading.
|
| Z_WIREFRAME | Unused.
|
| WIREFRAME | Wireframe shading.
|
| BOX | Displays objects as bounding boxes.
|
370 {
381};
@ LITE_WIREFRAME
Lit wireframe shading.
Definition maxapi.h:377
@ BOX
Displays objects as bounding boxes.
Definition maxapi.h:380
@ SMOOTH
Smooth shading without highlights.
Definition maxapi.h:372
@ SMOOTH_HIGHLIGHT
Smooth shading with highlights.
Definition maxapi.h:371
@ CONSTANT
Flat shading.
Definition maxapi.h:375
@ HIDDENLINE
Definition maxapi.h:376
@ FACET_HIGHLITE
Faces\facets with highlights.
Definition maxapi.h:373
@ FACET
Faces\facets without highlights.
Definition maxapi.h:374
@ WIREFRAME
Wireframe shading.
Definition maxapi.h:379
@ Z_WIREFRAME
Unused.
Definition maxapi.h:378