Rendering mode for the node. More...
Public Member Functions | |
RenderMode (int value) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static RenderMode | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Custom =(2) | |
Custom rendering mode. More... | |
Default =(1) | |
Default rendering model. More... | |
None =(0) | |
Node is not renderable. | |
Rendering mode for the node.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |
Custom =(2) |
Custom rendering mode.
Custom render function must be called.
Default =(1) |
Default rendering model.
Node provides the vertex and index buffers and materials, does not have custom rendering.