Click or drag to resize
DigitalRuneIShadowMapRenderer Interface
Renders the shadow maps of LightNodes.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public interface IShadowMapRenderer

The IShadowMapRenderer type exposes the following members.

Properties
  NameDescription
Public propertyRenderCallback
Gets or sets the method which renders the scene into the shadow map.
Top
Remarks

The shadow map renderers usually require a RenderCallback method to render the scene. The callback method needs to render the scene using the camera and the information given in the RenderContext.

See Also