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