Click or drag to resize
DigitalRuneWaterFresnelBias Property
Gets or sets the bias for the Fresnel effect approximation.

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

Property Value

Type: Single
The bias for the Fresnel effect approximation. The default value is 0.02.
Remarks
FresnelBias is usually equal to 1 - FresnelScale.
See Also