VISH
0.2
|
Base class for objects that implement a drawing routine using OpenGL. More...
#include </home/werner/origo/vish/ocean/GLvish/VGLRenderObject.hpp>
Base class for objects that implement a drawing routine using OpenGL.
void Wizt::VGLRenderObject::environment_render | ( | VRenderContext & | Context | ) | const [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.