Click or drag to resize
DigitalRuneOceanWavesHeightScale Property
Gets or sets the height scale factor.

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

Property Value

Type: Single
The height scale factor. The default value is 0.01.
Remarks
This factor is used to scale the wave height. (It is NOT the wave height in world space units.)
See Also