VISH
0.2
|
void LocalLens::environment_render | ( | VRenderContext & | Context | ) | const [inline, virtual] |
A render routine which may change the state of OpenGL for all subsequent renderings.
Use this function overload with care! By default, it saves the OpenGL state, calls the render() routine, and restores the OpenGL state.
Implements Wizt::RenderAble.