Click or drag to resize
DigitalRuneShadowMapRendererRenderCallback Property
Gets or sets the method which renders the scene into the shadow map.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Func<RenderContext, bool> RenderCallback { get; set; }

Property Value

Type: FuncRenderContext, Boolean
The callback method that renders the scene into the shadow map.

Implements

IShadowMapRendererRenderCallback
Remarks
The render callback renders the scene for the shadow map using the camera and the information currently set in the render context. It returns if any objects were rendered and if no objects were rendered (= shadow map is empty).
See Also