Go to the documentation of this file.
43 #ifndef vtkShadowMapBakerPass_h
44 #define vtkShadowMapBakerPass_h
46 #include "vtkRenderingOpenGLModule.h"
109 virtual void SetCompositeZPass(
vtkRenderPass *compositeZPass);
119 vtkGetMacro(Resolution,
unsigned int);
134 vtkGetMacro(PolygonOffsetFactor,
float);
151 vtkGetMacro(PolygonOffsetUnits,
float);
161 bool GetHasShadows();
172 bool LightCreatesShadow(
vtkLight *l);
198 bool GetNeedUpdate();
225 void PointNearFar(
double *v,
238 void BoxNearFar(
double *bb,
249 void BuildCameraLight(
vtkLight *light,
internal class which encapsulates OpenGL frame buffer object. Not to be used directly.
a virtual light for 3D rendering
virtual void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
vtkFrameBufferObject * FrameBufferObject
Graphics resources.
vtkRenderPass * OpaquePass
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
record modification and/or execution time
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
window superclass for vtkRenderWindow
vtkTimeStamp LastRenderTime
vtkShadowMapBakerPassTextures * ShadowMaps
vtkShadowMapBakerPassLightCameras * LightCameras
a simple class to control print indentation
a virtual camera for 3D rendering
vtkRenderPass * CompositeZPass
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
float PolygonOffsetFactor
Context in which a vtkRenderPass will render.
Implement a builder of shadow map pass.
Perform part of the rendering of a vtkRenderer.