|
Fillwave
10.0.0
|
Base for all renderers. More...
#include <IRenderer.h>
Public Member Functions | |
| virtual void | update (IRenderable *renderable)=0 |
| virtual void | draw (ICamera &camera)=0 |
| virtual void | reset (GLuint width, GLuint height)=0 |
| virtual void | clear ()=0 |
Public Attributes | |
| bool | mFlagReload = true |
| flf::Skybox * | mSkybox = nullptr |
| GLfloat | mAmbientGlobal [3] |
Base for all renderers.
1.8.11