![]() |
scg3
0.6
|
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"
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 | |
The central render state that collects information about the current shader, transformations, matrix stacks, light and color properties.
Defines helper classes: MatrixStack
Definition in file RenderState.h.