Click or drag to resize
DigitalRuneWaterFlowBaseVelocity Property
Gets or sets the uniform, constant velocity applied to the whole water surface.

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

Property Value

Type: Vector3F
The uniform, constant velocity applied to the whole water surface. The default value is (0, 0, 0).
Remarks
The y component of the velocity is usually irrelevant because water flows only horizontally across the water surface.
See Also