Click or drag to resize
DigitalRuneScatteringSkyNodeGetTransmittance Method
Gets the transmittance for a specified view direction.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Vector3F GetTransmittance(
	Vector3F viewDirection
)

Parameters

viewDirection
Type: DigitalRune.Mathematics.AlgebraVector3F
The view direction.

Return Value

Type: Vector3F
The transmittance.
Remarks
This method assumes that the observer is looking into the sky. It returns 0 below the horizon.
See Also