| FogEnd Property |
Gets or sets the distance from the camera where the fog reaches its full intensity.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float End { get; set; }
Public Property End As Single
Get
Set
public:
property float End {
float get ();
void set (float value);
}
member End : float32 with get, set
Property Value
Type:
SingleThe 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