Click or drag to resize
DigitalRuneCascadedShadowShadowMap Property
Gets or sets the shadow map.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public RenderTarget2D ShadowMap { get; set; }

Property Value

Type: RenderTarget2D
The shadow map. The default value is .
Remarks
This property is set by the shadow map renderer.
See Also