Click or drag to resize
DigitalRuneFogStart Property
Gets or sets the distance from the camera where the fog starts.

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

Property Value

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