Click or drag to resize
DigitalRuneWaterFresnelScale Property
Gets or sets the scale 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 FresnelScale { get; set; }

Property Value

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