Click or drag to resize
DigitalRuneSaoFilterMaxOcclusion Property
Gets or sets the max ambient occlusion value.

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

Property Value

Type: Single
The max ambient occlusion in the range [0, 1]. The default value is 1.
Remarks
If MaxOcclusion is less than 1, the occlusion is clamped. Very occluded spots will be gray instead of black. Lowering the MaxOcclusion helps to make the ambient occlusion more uniform and avoid very dark spots.
See Also