Click or drag to resize
DigitalRuneProjectorLightProjection Property
Gets or sets the projection.

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

Property Value

Type: Projection
The projection of the projector. The default value is a new PerspectiveProjection.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
Remarks
The intensity of the light continually decreases from the light's origin up to the far distance specified in the projection. At the far plane the light intensity is 0. Attenuation the shape of the attenuation curve. See also GetDistanceAttenuation(Single, Single, Single).
See Also