Click or drag to resize
DigitalRuneWaterFoamMap Property
Gets or sets the foam map.

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

Property Value

Type: Texture2D
The foam map.
Remarks
Foam is automatically blended to the water when the distance between the water surface and intersecting geometry is low (see FoamShoreIntersection or at the top of high waves (see FoamCrestMin and FoamCrestMax).
See Also