Click or drag to resize
AB4D logo

ShadowRenderingProviderBase Methods

The ShadowRenderingProviderBase type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCollectNonShadowLights Clears the filteredLights list and fills it with all lights that have IsCastingShadow set to false (or do not define IsCastingShadow or ISpotLight interface).
Public methodStatic memberCollectShadowLights Clears the filteredLights list and fills it with all lights that have IsCastingShadow set to true and implement ISpotLight interface.
Public methodStatic memberIsLightCastingShadow Returns true if the light is casting shadow (implements IShadowCastingLight as has IsCastingShadow property set to true).
Public methodUpdate Update method is called on each DXScene.Update call before rendering of the scene begins. If derived class need to create some SceneNodes then they should be created in the overridden methods.
Top
See Also