HDK
|
Go to the source code of this file.
Typedefs | |
typedef UT_Array < GUI_DetailLook * > | GUI_DetailList |
Enumerations | |
enum | GUI_SetupResult { GUI_SETUP_NO_CHANGE = 0x0, GUI_SETUP_GR_MASK = 0x0FFFFFF } |
enum | GUI_RenderPassFlags { GUI_RENDER_NONE = 0x0, GUI_RENDER_WIRE_PASS = 0x1, GUI_RENDER_MATTE_PASS = 0x2 } |
enum | GUI_RotoView { GUI_ROTO_PERSPECTIVE, GUI_ROTO_CAMERA, GUI_ROTO_TOP, GUI_ROTO_FRONT, GUI_ROTO_RIGHT, GUI_ROTO_BOTTOM, GUI_ROTO_BACK, GUI_ROTO_LEFT, GUI_ROTO_UV, GUI_ROTO_IMAGE } |
Viewport type for Rotoscope settings. More... | |
enum | GUI_SnapshotBlendMode { GUI_SNAPSHOT_BLEND_PIXELS, GUI_SNAPSHOT_WIPE_LEFT_RIGHT, GUI_SNAPSHOT_WIPE_TOP_BOTTOM } |
enum | GUI_FogMode { GUI_FOG_VOLUME_LOW, GUI_FOG_VOLUME_MED, GUI_FOG_VOLUME_HIGH } |
Variables | |
const int | GUI_NUM_ROTO_VIEWS = (GUI_ROTO_IMAGE+1) |
typedef UT_Array<GUI_DetailLook *> GUI_DetailList |
Definition at line 67 of file GUI_RenderCommon.h.
enum GUI_FogMode |
Enumerator | |
---|---|
GUI_FOG_VOLUME_LOW | |
GUI_FOG_VOLUME_MED | |
GUI_FOG_VOLUME_HIGH |
Definition at line 59 of file GUI_RenderCommon.h.
enum GUI_RenderPassFlags |
Enumerator | |
---|---|
GUI_RENDER_NONE | |
GUI_RENDER_WIRE_PASS | |
GUI_RENDER_MATTE_PASS |
Definition at line 28 of file GUI_RenderCommon.h.
enum GUI_RotoView |
Viewport type for Rotoscope settings.
Enumerator | |
---|---|
GUI_ROTO_PERSPECTIVE | |
GUI_ROTO_CAMERA | |
GUI_ROTO_TOP | |
GUI_ROTO_FRONT | |
GUI_ROTO_RIGHT | |
GUI_ROTO_BOTTOM | |
GUI_ROTO_BACK | |
GUI_ROTO_LEFT | |
GUI_ROTO_UV | |
GUI_ROTO_IMAGE |
Definition at line 37 of file GUI_RenderCommon.h.
enum GUI_SetupResult |
Enumerator | |
---|---|
GUI_SETUP_NO_CHANGE | |
GUI_SETUP_GR_MASK |
Definition at line 19 of file GUI_RenderCommon.h.
Enumerator | |
---|---|
GUI_SNAPSHOT_BLEND_PIXELS | |
GUI_SNAPSHOT_WIPE_LEFT_RIGHT | |
GUI_SNAPSHOT_WIPE_TOP_BOTTOM |
Definition at line 52 of file GUI_RenderCommon.h.
const int GUI_NUM_ROTO_VIEWS = (GUI_ROTO_IMAGE+1) |
Definition at line 50 of file GUI_RenderCommon.h.