| ShadowShadowMap Property |
Gets or sets the shadow map.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Texture ShadowMap { get; set; }
Public Property ShadowMap As Texture
Get
Set
public:
property Texture^ ShadowMap {
Texture^ get ();
void set (Texture^ value);
}
member ShadowMap : Texture with get, set
Property Value
Type:
TextureThe shadow map. The default value is
.
Remarks
This property is set by the shadow map renderer.
See Also