| WaterFresnelScale Property |
Gets or sets the scale for the Fresnel effect approximation.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float FresnelScale { get; set; }
Public Property FresnelScale As Single
Get
Set
public:
property float FresnelScale {
float get ();
void set (float value);
}
member FresnelScale : float32 with get, set
Property Value
Type:
SingleThe scale for the Fresnel effect approximation. The default value is 0.98.
Remarks See Also