SoNodeRenderModes Enumeration |
Defines the list of supported render mode for a custom node.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
OIV_UNKNOWN_RENDERING_MODE | 0 | Internally used to detect that a node did not set explicitly its RenderEngineMode by overriding #GetRenderEngineMode (This is the default). | |
OIV_OPENINVENTOR_RENDERING | 1 | The node uses only Open Inventor calls to perform its rendering (optimal way). | |
OIV_OPENGL_COMPATIBILITY_RENDERING | 2 | The node relies on OpenGL fixed-function pipeline & deprecated features (OpenGL compatibility profile). | |
OIV_OPENGL_CORE_RENDERING | 3 | The node uses OpenGL but only shader and modern features (OpenGL 3.3+ core profile). |