Click or drag to resize
DigitalRuneIShadowMapRendererRenderCallback 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
Func<RenderContext, bool> RenderCallback { get; set; }

Property Value

Type: FuncRenderContext, Boolean
The callback method that renders the scene into the shadow map.
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