Click or drag to resize
DigitalRuneFogEnd Property
Gets or sets the distance from the camera where the fog reaches its full intensity.

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

Property Value

Type: Single
The distance from the camera where the fog reaches its full intensity.
Remarks
Start and End define a ramp over which the fog fades in.
See Also