VTK  9.3.20240423
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkShadowMapPass Class Reference

Implement a shadow mapping render pass. More...

#include <vtkShadowMapPass.h>

Inheritance diagram for vtkShadowMapPass:
[legend]
Collaboration diagram for vtkShadowMapPass:
[legend]

Public Types

typedef vtkOpenGLRenderPass Superclass
 
- Public Types inherited from vtkOpenGLRenderPass
typedef vtkRenderPass Superclass
 
- Public Types inherited from vtkRenderPass
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkShadowMapPassNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
void Render (const vtkRenderState *s) override
 Perform rendering according to a render state s.
 
void ReleaseGraphicsResources (vtkWindow *w) override
 Release graphics resources and ask components to release their own resources.
 
std::vector< double > ShadowMapTransforms ()
 get the matricies for all the shadow maps.
 
std::vector< int > GetShadowMapTextureUnits ()
 get the texture units for the shadow maps for each light.
 
std::string GetFragmentDeclaration ()
 Get the shader code to compute light factors based on a mappers vertexVC variable.
 
std::string GetFragmentImplementation ()
 
bool PreReplaceShaderValues (std::string &vertexShader, std::string &geometryShader, std::string &fragmentShader, vtkAbstractMapper *mapper, vtkProp *prop) override
 Use vtkShaderProgram::Substitute to replace.
 
bool PostReplaceShaderValues (std::string &vertexShader, std::string &geometryShader, std::string &fragmentShader, vtkAbstractMapper *mapper, vtkProp *prop) override
 Use vtkShaderProgram::Substitute to replace.
 
bool SetShaderParameters (vtkShaderProgram *program, vtkAbstractMapper *mapper, vtkProp *prop, vtkOpenGLVertexArrayObject *VAO=nullptr) override
 Update the uniforms of the shader program.
 
virtual vtkShadowMapBakerPassGetShadowMapBakerPass ()
 Pass that generates the shadow maps.
 
virtual void SetShadowMapBakerPass (vtkShadowMapBakerPass *shadowMapBakerPass)
 Pass that generates the shadow maps.
 
virtual vtkRenderPassGetOpaqueSequence ()
 Pass that render the lights and opaque geometry Typically a sequence pass with a light pass and opaque pass.
 
virtual void SetOpaqueSequence (vtkRenderPass *opaqueSequence)
 Pass that render the lights and opaque geometry Typically a sequence pass with a light pass and opaque pass.
 
- Public Member Functions inherited from vtkOpenGLRenderPass
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkOpenGLRenderPassNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
virtual bool SetShaderParameters (vtkShaderProgram *program, vtkAbstractMapper *mapper, vtkProp *prop, vtkOpenGLVertexArrayObject *VAO=nullptr)
 Update the uniforms of the shader program.
 
virtual vtkMTimeType GetShaderStageMTime ()
 For multi-stage render passes that need to change shader code during a single pass, use this method to notify a mapper that the shader needs to be rebuilt (rather than reuse the last cached shader.
 
virtual void SetActiveDrawBuffers (unsigned int)
 Number of active draw buffers.
 
virtual unsigned int GetActiveDrawBuffers ()
 
- Public Member Functions inherited from vtkRenderPass
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkRenderPassNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
virtual void Render (const vtkRenderState *s)=0
 Perform rendering according to a render state s.
 
virtual void ReleaseGraphicsResources (vtkWindow *w)
 Release graphics resources and ask components to release their own resources.
 
virtual int GetNumberOfRenderedProps ()
 Number of props rendered at the last Render call.
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on.
 
virtual void DebugOff ()
 Turn debugging output off.
 
bool GetDebug ()
 Get the value of the debug flag.
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag.
 
virtual void Modified ()
 Update the modification time for this object.
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time.
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output.
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method.
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes.
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes.
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string.
 
virtual std::string GetObjectDescription () const
 The object description printed in messages and PrintSelf output.
 
virtual vtkTypeBool IsA (const char *name)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
virtual void Delete ()
 Delete a VTK object.
 
virtual void FastDelete ()
 Delete a reference to this object.
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream.
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object).
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object).
 
int GetReferenceCount ()
 Return the current reference count of this object.
 
void SetReferenceCount (int)
 Sets the reference count.
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space.
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not.
 

Static Public Member Functions

static vtkShadowMapPassNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkShadowMapPassSafeDownCast (vtkObjectBase *o)
 
static vtkInformationObjectBaseKeyShadowMapPass ()
 this key will contain the shadow map pass
 
- Static Public Member Functions inherited from vtkOpenGLRenderPass
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkOpenGLRenderPassSafeDownCast (vtkObjectBase *o)
 
static vtkInformationObjectBaseVectorKeyRenderPasses ()
 Key containing information about the current pass.
 
- Static Public Member Functions inherited from vtkRenderPass
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkRenderPassSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes.
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class.
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space.
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkShadowMapPass ()
 Default constructor.
 
 ~vtkShadowMapPass () override
 Destructor.
 
void CheckSupport (vtkOpenGLRenderWindow *w)
 Check if shadow mapping is supported by the current OpenGL context.
 
void BuildShaderCode ()
 
- Protected Member Functions inherited from vtkOpenGLRenderPass
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkOpenGLRenderPass ()
 
 ~vtkOpenGLRenderPass () override
 
void PreRender (const vtkRenderState *s)
 Call before rendering to update the actors' information keys.
 
virtual void PreRenderProp (vtkProp *prop)
 Called in PreRender to give a chance to subclasses to set additonal information keys.
 
void PostRender (const vtkRenderState *s)
 Call after rendering to clean up the actors' information keys.
 
virtual void PostRenderProp (vtkProp *prop)
 Called in PreRender to give a chance to subclasses to clean up information keys.
 
- Protected Member Functions inherited from vtkRenderPass
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkRenderPass ()
 Default constructor.
 
 ~vtkRenderPass () override
 Destructor.
 
void UpdateCamera (vtkRenderer *renderer)
 Call UpdateCamera() on Renderer.
 
void ClearLights (vtkRenderer *renderer)
 Call ClearLights() on Renderer.
 
void UpdateLightGeometry (vtkRenderer *renderer)
 Call UpdateLightGeometry() on Renderer.
 
void UpdateLights (vtkRenderer *renderer)
 Call UpdateLights() on Renderer.
 
void UpdateGeometry (vtkRenderer *renderer, vtkFrameBufferObjectBase *fbo=nullptr)
 Call UpdateGeometry() on Renderer.
 
void SetLastRenderingUsedDepthPeeling (vtkRenderer *renderer, bool value)
 Modify protected member LastRenderingUsedDepthPeeling on Renderer.
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events.
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events.
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void ObjectFinalize ()
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkShadowMapBakerPassShadowMapBakerPass
 
vtkRenderPassCompositeRGBAPass
 
vtkRenderPassOpaqueSequence
 
vtkFrameBufferObject * FrameBufferObject
 Graphics resources.
 
vtkShadowMapPassTextures * ShadowMaps
 
vtkShadowMapPassLightCameras * LightCameras
 
vtkTimeStamp LastRenderTime
 
std::string FragmentDeclaration
 
std::string FragmentImplementation
 
std::vector< int > ShadowTextureUnits
 
std::vector< double > ShadowTransforms
 
std::vector< float > ShadowAttenuation
 
std::vector< int > ShadowParallel
 
- Protected Attributes inherited from vtkOpenGLRenderPass
unsigned int ActiveDrawBuffers = 0
 
- Protected Attributes inherited from vtkRenderPass
int NumberOfRenderedProps
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

Implement a shadow mapping render pass.

Render the opaque polygonal geometry of a scene with shadow maps (a technique to render hard shadows in hardware).

This pass expects an initialized depth buffer and color buffer. Initialized buffers means they have been cleared with farthest z-value and background color/gradient/transparent color. An opaque pass may have been performed right after the initialization.

Its delegate is usually set to a vtkOpaquePass.

Implementation:
The first pass of the algorithm is to generate a shadow map per light (depth map from the light point of view) by rendering the opaque objects with the OCCLUDER property keys. The second pass is to render the opaque objects with the RECEIVER keys.
See also
vtkRenderPass, vtkOpaquePass
Online Examples:

Tests:
vtkShadowMapPass (Tests)

Definition at line 81 of file vtkShadowMapPass.h.

Member Typedef Documentation

◆ Superclass

Definition at line 85 of file vtkShadowMapPass.h.

Constructor & Destructor Documentation

◆ vtkShadowMapPass()

vtkShadowMapPass::vtkShadowMapPass ( )
protected

Default constructor.

DelegatetPass is set to NULL.

◆ ~vtkShadowMapPass()

vtkShadowMapPass::~vtkShadowMapPass ( )
overrideprotected

Destructor.

Member Function Documentation

◆ New()

static vtkShadowMapPass * vtkShadowMapPass::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkShadowMapPass::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkShadowMapPass::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkOpenGLRenderPass.

◆ SafeDownCast()

static vtkShadowMapPass * vtkShadowMapPass::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkShadowMapPass::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkOpenGLRenderPass.

◆ NewInstance()

vtkShadowMapPass * vtkShadowMapPass::NewInstance ( ) const

◆ PrintSelf()

void vtkShadowMapPass::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkOpenGLRenderPass.

◆ Render()

void vtkShadowMapPass::Render ( const vtkRenderState s)
overridevirtual

Perform rendering according to a render state s.

Precondition
s_exists: s!=0

Implements vtkRenderPass.

◆ ReleaseGraphicsResources()

void vtkShadowMapPass::ReleaseGraphicsResources ( vtkWindow w)
overridevirtual

Release graphics resources and ask components to release their own resources.

Precondition
w_exists: w!=0

Reimplemented from vtkRenderPass.

◆ GetShadowMapBakerPass()

virtual vtkShadowMapBakerPass * vtkShadowMapPass::GetShadowMapBakerPass ( )
virtual

Pass that generates the shadow maps.

the vtkShadowMapPass will use the Resolution ivar of this pass. Initial value is a NULL pointer.

◆ SetShadowMapBakerPass()

virtual void vtkShadowMapPass::SetShadowMapBakerPass ( vtkShadowMapBakerPass shadowMapBakerPass)
virtual

Pass that generates the shadow maps.

the vtkShadowMapPass will use the Resolution ivar of this pass. Initial value is a NULL pointer.

◆ GetOpaqueSequence()

virtual vtkRenderPass * vtkShadowMapPass::GetOpaqueSequence ( )
virtual

Pass that render the lights and opaque geometry Typically a sequence pass with a light pass and opaque pass.

◆ SetOpaqueSequence()

virtual void vtkShadowMapPass::SetOpaqueSequence ( vtkRenderPass opaqueSequence)
virtual

Pass that render the lights and opaque geometry Typically a sequence pass with a light pass and opaque pass.

◆ ShadowMapTransforms()

std::vector< double > vtkShadowMapPass::ShadowMapTransforms ( )
inline

get the matricies for all the shadow maps.

Definition at line 125 of file vtkShadowMapPass.h.

◆ GetShadowMapTextureUnits()

std::vector< int > vtkShadowMapPass::GetShadowMapTextureUnits ( )
inline

get the texture units for the shadow maps for each light.

If a light does not cast a shadow it is set to -1

Definition at line 132 of file vtkShadowMapPass.h.

◆ ShadowMapPass()

static vtkInformationObjectBaseKey * vtkShadowMapPass::ShadowMapPass ( )
static

this key will contain the shadow map pass

◆ GetFragmentDeclaration()

std::string vtkShadowMapPass::GetFragmentDeclaration ( )
inline

Get the shader code to compute light factors based on a mappers vertexVC variable.

Definition at line 143 of file vtkShadowMapPass.h.

◆ GetFragmentImplementation()

std::string vtkShadowMapPass::GetFragmentImplementation ( )
inline

Definition at line 144 of file vtkShadowMapPass.h.

◆ PreReplaceShaderValues()

bool vtkShadowMapPass::PreReplaceShaderValues ( std::string &  vertexShader,
std::string &  geometryShader,
std::string &  fragmentShader,
vtkAbstractMapper mapper,
vtkProp prop 
)
overridevirtual

Use vtkShaderProgram::Substitute to replace.

//VTK::XXX:YYY

declarations in the shader sources. Gets called before other mapper shader replacements Return false on error.

Reimplemented from vtkOpenGLRenderPass.

◆ PostReplaceShaderValues()

bool vtkShadowMapPass::PostReplaceShaderValues ( std::string &  vertexShader,
std::string &  geometryShader,
std::string &  fragmentShader,
vtkAbstractMapper mapper,
vtkProp prop 
)
overridevirtual

Use vtkShaderProgram::Substitute to replace.

//VTK::XXX:YYY

declarations in the shader sources. Gets called before other mapper shader replacements Return false on error.

Reimplemented from vtkOpenGLRenderPass.

◆ SetShaderParameters()

bool vtkShadowMapPass::SetShaderParameters ( vtkShaderProgram program,
vtkAbstractMapper mapper,
vtkProp prop,
vtkOpenGLVertexArrayObject VAO = nullptr 
)
overridevirtual

Update the uniforms of the shader program.

Return false on error.

Reimplemented from vtkOpenGLRenderPass.

◆ CheckSupport()

void vtkShadowMapPass::CheckSupport ( vtkOpenGLRenderWindow w)
protected

Check if shadow mapping is supported by the current OpenGL context.

Precondition
w_exists: w!=0

◆ BuildShaderCode()

void vtkShadowMapPass::BuildShaderCode ( )
protected

Member Data Documentation

◆ ShadowMapBakerPass

vtkShadowMapBakerPass* vtkShadowMapPass::ShadowMapBakerPass
protected

Definition at line 171 of file vtkShadowMapPass.h.

◆ CompositeRGBAPass

vtkRenderPass* vtkShadowMapPass::CompositeRGBAPass
protected

Definition at line 172 of file vtkShadowMapPass.h.

◆ OpaqueSequence

vtkRenderPass* vtkShadowMapPass::OpaqueSequence
protected

Definition at line 174 of file vtkShadowMapPass.h.

◆ FrameBufferObject

vtkFrameBufferObject* vtkShadowMapPass::FrameBufferObject
protected

Graphics resources.

Definition at line 179 of file vtkShadowMapPass.h.

◆ ShadowMaps

vtkShadowMapPassTextures* vtkShadowMapPass::ShadowMaps
protected

Definition at line 181 of file vtkShadowMapPass.h.

◆ LightCameras

vtkShadowMapPassLightCameras* vtkShadowMapPass::LightCameras
protected

Definition at line 182 of file vtkShadowMapPass.h.

◆ LastRenderTime

vtkTimeStamp vtkShadowMapPass::LastRenderTime
protected

Definition at line 184 of file vtkShadowMapPass.h.

◆ FragmentDeclaration

std::string vtkShadowMapPass::FragmentDeclaration
protected

Definition at line 188 of file vtkShadowMapPass.h.

◆ FragmentImplementation

std::string vtkShadowMapPass::FragmentImplementation
protected

Definition at line 189 of file vtkShadowMapPass.h.

◆ ShadowTextureUnits

std::vector<int> vtkShadowMapPass::ShadowTextureUnits
protected

Definition at line 190 of file vtkShadowMapPass.h.

◆ ShadowTransforms

std::vector<double> vtkShadowMapPass::ShadowTransforms
protected

Definition at line 191 of file vtkShadowMapPass.h.

◆ ShadowAttenuation

std::vector<float> vtkShadowMapPass::ShadowAttenuation
protected

Definition at line 192 of file vtkShadowMapPass.h.

◆ ShadowParallel

std::vector<int> vtkShadowMapPass::ShadowParallel
protected

Definition at line 193 of file vtkShadowMapPass.h.


The documentation for this class was generated from the following file: