Click or drag to resize
DigitalRuneSaoFilterSampleDistribution Property
Gets or sets the sample distribution.

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

Property Value

Type: Single
The sample distribution. The default value is 7.
Remarks
This property influences how the samples are distributed in the sampled disk. Normally, you do not need to change this value. However, if NumberOfSamples is changed and the samples align or are not distributed uniformly, you can change the value. You can try any value equal to or greater than 1.
See Also