Click or drag to resize
DigitalRuneSsaoFilterQuality Property
Gets or sets the quality level.

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

Property Value

Type: Int32
The quality level in the range [0, 2]. 0 means, "no ambient occlusion". Higher value create a higher quality effect. The default is 2.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than 0 or greater than 2.
See Also