Defines | Enumerations

Viewport Rendering Levels

These values are used by Interface7::SetActiveViewportRenderLevel(int level). More...

Defines

#define  SHADE_LEVELS   10

Enumerations

enum   ShadeType {
  SMOOTH_HIGHLIGHT, SMOOTH, FACET_HIGHLITE, FACET,
  CONSTANT, HIDDENLINE, LITE_WIREFRAME, Z_WIREFRAME,
  WIREFRAME, BOX
}

Detailed Description

These values are used by Interface7::SetActiveViewportRenderLevel(int level).

The values correspond to the shading options in the Viewport right-click menu


Define Documentation

#define SHADE_LEVELS   10

Enumeration Type Documentation

Enumerator:
SMOOTH_HIGHLIGHT 

Smooth shading with highlights.

SMOOTH 

Smooth shading without highlights.

FACET_HIGHLITE 

Faces with highlights.

FACET 

Faces without highlights.

CONSTANT 

Flat shading.

HIDDENLINE 
LITE_WIREFRAME 

Lit wireframe shading.

Z_WIREFRAME 

Unused.

WIREFRAME 

Wireframe shading.

BOX 

Displays objects as bounding boxes.