This reference page is linked to from the following overview topics: Lesson 5: Geometric Objects, General Best Practices, Node Monitors, Indicating Required Channels, Indicating Changed Channels, Simple Modifiers, Whole Object Modifiers, Mapping Coordinate Modifiers.
OBJECT STATE: SUB-PARTS These are the 4 sub-channels in the object state.
Don't change these defines.
Defines |
|
| #define | PART_TOPO TOPO_CHANNEL |
| See TOPO_CHANNEL.
|
|
| #define | PART_GEOM GEOM_CHANNEL |
| See GEOM_CHANNEL.
|
|
| #define | PART_TEXMAP TEXMAP_CHANNEL |
| See TEXMAP_CHANNEL.
|
|
| #define | PART_MTL MTL_CHANNEL |
| See MTL_CHANNEL.
|
|
| #define | PART_SELECT SELECT_CHANNEL |
| See SELECT_CHANNEL.
|
|
| #define | PART_SUBSEL_TYPE SUBSEL_TYPE_CHANNEL |
| See SUBSEL_TYPE_CHANNEL.
|
|
| #define | PART_DISPLAY DISP_ATTRIB_CHANNEL |
| See DISP_ATTRIB_CHANNEL.
|
|
| #define | PART_VERTCOLOR VERTCOLOR_CHANNEL |
| See VERTCOLOR_CHANNEL.
|
|
| #define | PART_GFX_DATA GFX_DATA_CHANNEL |
| See GFX_DATA_CHANNEL.
|
|
| #define | PART_DISP_APPROX DISP_APPROX_CHANNEL |
| See DISP_APPROX_CHANNEL.
|
|
| #define | PART_EXTENSION EXTENSION_CHANNEL |
| See EXTENSION_CHANNEL.
|
|
| #define | PART_TM_CHAN TM_CHANNEL |
| Transform Channel. |
|
| #define | PART_MTL_CHAN GLOBMTL_CHANNEL |
| Material Channel.
|
|
| #define | PART_OBJECT_TYPE (1<<11) |
| The type of object in the pipeline changed.
|
|
| #define | PART_TM (1<<12) |
| node transform matrix |
|
| #define | PART_OBJ (PART_TOPO|PART_GEOM) |
| Combination of PART_TOPO and PART_GEOM.
|
|
| #define | PART_ALL (ALL_CHANNELS|PART_TM) |
| Combination of ALL_CHANNELS and PART_TM.
|
|
| #define PART_TOPO TOPO_CHANNEL |
| #define PART_GEOM GEOM_CHANNEL |
| #define PART_TEXMAP TEXMAP_CHANNEL |
| #define PART_MTL MTL_CHANNEL |
| #define PART_SELECT SELECT_CHANNEL |
| #define PART_SUBSEL_TYPE SUBSEL_TYPE_CHANNEL |
| #define PART_DISPLAY DISP_ATTRIB_CHANNEL |
| #define PART_VERTCOLOR VERTCOLOR_CHANNEL |
| #define PART_GFX_DATA GFX_DATA_CHANNEL |
| #define PART_DISP_APPROX DISP_APPROX_CHANNEL |
| #define PART_EXTENSION EXTENSION_CHANNEL |
| #define PART_TM_CHAN TM_CHANNEL |
Transform Channel.
| #define PART_MTL_CHAN GLOBMTL_CHANNEL |
Material Channel.
| #define PART_OBJECT_TYPE (1<<11) |
The type of object in the pipeline changed.
| #define PART_TM (1<<12) |
node transform matrix
| #define PART_OBJ (PART_TOPO|PART_GEOM) |
Combination of PART_TOPO and PART_GEOM.
| #define PART_ALL (ALL_CHANNELS|PART_TM) |
Combination of ALL_CHANNELS and PART_TM.