ControlDisplayStruct Struct Reference

#include <c4d_tooldata.h>

Detailed Description

DisplayControl data.

Public Attributes

DISPLAYMODE displaymode
 
Bool backfaceCulling
 
Bool editMode
 
const maxon::Color32vertexColor
 
Bool dontFreeVertexColor
 
Bool vertexColorShading
 
DISPLAYCONTROL_MODE colorMode
 
VERTEXCOLOR_DISPLAYMODE vertexColorDisplayMode
 

Member Data Documentation

◆ displaymode

DISPLAYMODE displaymode

The display mode: DISPLAYMODE.

◆ backfaceCulling

Bool backfaceCulling

Backface culling.

◆ editMode

Bool editMode

Edit mode.

◆ vertexColor

const maxon::Color32* vertexColor

An array of vertex colors for each point.

◆ dontFreeVertexColor

Bool dontFreeVertexColor

If false, the caller frees vertex_color. If true, the called function owns the memory, the caller does not free vertex_color.

◆ vertexColorShading

Bool vertexColorShading

Vertex color shading.

◆ colorMode

Color mode.

◆ vertexColorDisplayMode

VERTEXCOLOR_DISPLAYMODE vertexColorDisplayMode

Is set to ALPHA only if paint tool is active and mode is vertexColor(Alpha), is set to COLOR if the tool is active and the mode is vertexColor(RGB) or vertexColor(RGB + Alpha), and set to NONE if the tool is inactive.