scg3  0.6
RenderState.h File Reference

The central render state that collects information about the current shader, transformations, matrix stacks, light and color properties. More...

#include <cassert>
#include <stack>
#include "scg_glew.h"
#include "scg_glm.h"
#include "scg_internals.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  scg::MatrixStack
 Matrix stack to store model-view, projection, texture, and color matrices, used by RenderState. More...
 
class  scg::RenderState
 The central render state that collects information about the current shader, transformations, matrix stacks, light and color properties. More...
 

Namespaces

 scg
 

Detailed Description

The central render state that collects information about the current shader, transformations, matrix stacks, light and color properties.

Defines helper classes: MatrixStack

Author
Volker Ahlers
volke.nosp@m.r.ah.nosp@m.lers@.nosp@m.hs-h.nosp@m.annov.nosp@m.er.d.nosp@m.e

Definition in file RenderState.h.