Interface ILightShadowRenderer
Interface to render shadows
public interface ILightShadowRendererMethods
CanRenderLight(IDirectLight)
Test if this renderer can render this kind of light
bool CanRenderLight(IDirectLight light)Parameters
- lightIDirectLight
Returns
Reset(RenderContext)
Reset the state of this instance before calling Render method multiple times for different shadow map textures. See remarks.
void Reset(RenderContext context)Parameters
- contextRenderContext
Remarks
This method allows the implementation to prepare some internal states before being rendered.