| SaoFilterBlurScale Property |
Gets or sets the blur scale.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float BlurScale { get; set; }
Public Property BlurScale As Single
Get
Set
public:
property float BlurScale {
float get ();
void set (float value);
}
member BlurScale : float32 with get, set
Property Value
Type:
SingleThe 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