Click or drag to resize
DigitalRuneShadowMaskRendererUseHalfResolution Property
Gets or sets a value indicating whether the shadow mask is created using only the half scene resolution to improve performance.

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

Property Value

Type: Boolean
if the shadow mask is created using only the half scene resolution to improve performance; otherwise, to use the full resolution for best quality. The default is .
See Also