| ShadowMaskRendererUseHalfResolution 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.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool UseHalfResolution { get; set; }
Public Property UseHalfResolution As Boolean
Get
Set
public:
property bool UseHalfResolution {
bool get ();
void set (bool value);
}
member UseHalfResolution : bool with 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