Click or drag to resize
DigitalRuneGradientTextureSkyNodeCieSkyParameters Field
The parameters of the CIE sky luminance distribution.

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

Field Value

Type: CieSkyParameters
Remarks
The CIE sky model defines how the luminance is distributed across the sky depending on the sun direction. When CieSkyStrength is greater than 0, this luminance distribution is used to attenuate the sky pixels to create a realistic sky brightness.
See Also