#include <c4d_tooldata.h>
DisplayControl data.
Public Member Functions | |
| ControlDisplayStruct () | |
Constructor.
| DISPLAYMODE displaymode |
The display mode: DISPLAYMODE.
| Bool backface_culling |
Backface culling.
| Bool editmode |
Edit mode.
| maxon::Color32* vertex_color |
An array of vertex colors for each point.
| Bool dontfreevertexcolor |
If false, the caller frees vertex_color. If true, the called function owns the memory, the caller does not free vertex_color.
| Bool vertex_color_shading |
Vertex color shading.
| Bool perPolygonVertexColor |
Each polygon vertex own a specific color.
| 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.