34 #ifndef vtkLightingMapPass_h
35 #define vtkLightingMapPass_h
37 #include "vtkRenderingOpenGL2Module.h"
55 vtkGetMacro(RenderType, RenderMode);
99 RenderMode RenderType;
RenderMode
Set the type of lighting render to perform.
virtual void Render(const vtkRenderState *s)
Perform rendering according to a render state s.
static vtkDefaultPass * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Context in which a vtkRenderPass will render.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void RenderOpaqueGeometry(const vtkRenderState *s)
Opaque pass without key checking.
Implement the basic render passes.