Click or drag to resize
DigitalRuneShadowShadowMap 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 Texture ShadowMap { get; set; }

Property Value

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