Click or drag to resize
DigitalRuneWaterFlowMinStrength Property
Gets or sets the minimum strength of the normal maps.

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

Property Value

Type: Single
The minimum strength of the normal maps.
Remarks
The intensity of normal maps should be reduced if the water moves faster. The normal maps have full strength when the flow speed is zero. The normal map strength is reduced to MinStrength when the flow speed reaches its maximum (MaxSpeed).
See Also