Click or drag to resize
DigitalRuneOceanWavesSmallWaveSuppression Property
Gets or sets the small wave suppression.

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

Property Value

Type: Single
The small wave suppression.
Remarks
This property can be used to suppress small waves. If this value is 0.01, then waves which are smaller then 1% of the highest wave are suppressed. The default value is 0.0001.
See Also