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