TOOLDRAWFLAGS

Detailed Description

Enumerations

enum class  TOOLDRAWFLAGS {
  NONE ,
  INVERSE_Z ,
  HIGHLIGHT
}
 

Functions

enum TOOLDRAWFLAGS MAXON_ENUM_FLAGS (TOOLDRAWFLAGS)
 

Enumeration Type Documentation

◆ TOOLDRAWFLAGS

enum TOOLDRAWFLAGS
strong
Enumerator
NONE 

None.

INVERSE_Z 

Inverse Z-buffer mode. If set, the drawing engine of Cinema 4D will only draw elements if they are further away from the camera than other objects.
This is mostly used for help lines (such as the semi-transparent axis inside of objects).

Note
This mode only works when all objects are drawn so it should be passed last.
HIGHLIGHT 

Highlight mode.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum TOOLDRAWFLAGS MAXON_ENUM_FLAGS ( TOOLDRAWFLAGS  )