34 #ifndef vtkLightingMapPass_h
35 #define vtkLightingMapPass_h
38 #include "vtkRenderingOpenGL2Module.h"
40 VTK_ABI_NAMESPACE_BEGIN
107 VTK_ABI_NAMESPACE_END
Implement the basic render passes.
a simple class to control print indentation
~vtkLightingMapPass() override
Destructor.
vtkLightingMapPass()
Default constructor.
static vtkInformationIntegerKey * RENDER_NORMALS()
if this key exists on the ProperyKeys of a prop, the active vector array on the prop will be rendered...
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
RenderMode
Set the type of lighting render to perform.
static vtkLightingMapPass * New()
static vtkInformationIntegerKey * RENDER_LUMINANCE()
If this key exists on the PropertyKeys of a prop, the active scalar array on the prop will be rendere...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void RenderOpaqueGeometry(const vtkRenderState *s) override
Opaque pass with key checking.
Context in which a vtkRenderPass will render.