C++ API Reference
|
A data structure to store the per path draw override information. More...
#include <MDagPath.h>
Public Types | |
enum | DrawOverrideDisplayType { kDisplayTypeNormal, kDisplayTypeReference, kDisplayTypeTemplate } |
Draw override type. More... | |
enum | DrawOverrideLOD { kLODFull, kLODBoundingBox } |
Draw override LOD. More... | |
A data structure to store the per path draw override information.
A simple draw override data structure. Draw override is per DAG path information. It checks starting from current object and upwards until an enabled draw override is found.
enum DrawOverrideLOD |