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