Pyrogenesis  trunk
Classes
RenderModifiers.h File Reference
#include "ModelRenderer.h"
#include "graphics/ShaderProgram.h"
#include "graphics/ShaderTechnique.h"
#include "graphics/Texture.h"
Include dependency graph for RenderModifiers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RenderModifier
 Class RenderModifier: Some ModelRenderer implementations provide vertex management behaviour but allow fragment stages to be modified by a plugged in RenderModifier. More...
 
class  LitRenderModifier
 Class LitRenderModifier: Abstract base class for RenderModifiers that apply a shadow map. More...
 
class  ShaderRenderModifier
 A RenderModifier that sets uniforms and textures appropriately for rendering models. More...