Click or drag to resize
DigitalRuneDirectionalLightGetIntensity Method
Gets the (approximated) light intensity at the given distance.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public override Vector3F GetIntensity(
	float distance
)

Parameters

distance
Type: SystemSingle
The distance from the light.

Return Value

Type: Vector3F
A value representing the (red, green and blue) light intensity at the specified distance.
See Also