RenderMode
Module: core
Render mode enumeration distinguishing normal rendering from selection passes.
Attributes:
RENDER: Standard OpenGL rendering pass.
SELECT: Selection/picking rendering pass.
Module: core