Click or drag to resize
DigitalRuneSaoFilterBlurScale Property
Gets or sets the blur scale.

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

Property Value

Type: Single
The blur scale. The default value is 2.
Remarks
This factor is used to scale the samples offsets used when blurring the computed ambient occlusion. Increasing this factor creates a smoother ambient occlusion but may lead to dithering/checker board artifacts. Normally, the blur scale will be 2 or 3.
See Also