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