Go to the source code of this file.
Classes | |
class | BlendAttrParam |
Class that encapsulates the params needed by virtual NodeAttribute::Blend(). More... | |
class | BlendNodeParam |
Class which encapsulates data for blending between nodes We need all these so we don't duplicate code between this node and the blender (unfortunately). More... | |
Enumerations | |
enum | ColourBlendType { COLOURBLEND_FADE, COLOURBLEND_RAINBOW, COLOURBLEND_ALTRAINBOW, COLOURBLEND_NONE } |
enum | EditState { EDIT_STEPS, EDIT_DISTANCE } |
enum | EndObject { NONE, FIRST, LAST } |
|
Definition at line 117 of file blendatt.h. 00117 { COLOURBLEND_FADE, 00118 COLOURBLEND_RAINBOW, 00119 COLOURBLEND_ALTRAINBOW, 00120 COLOURBLEND_NONE 00121 };
|
|
Definition at line 123 of file blendatt.h. 00123 {EDIT_STEPS, EDIT_DISTANCE,};
|
|
Definition at line 124 of file blendatt.h.
|