| GradientTextureSkyNodeCieSkyParameters Field |
The parameters of the CIE sky luminance distribution.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public CieSkyParameters CieSkyParameters
Public CieSkyParameters As CieSkyParameters
public:
CieSkyParameters CieSkyParameters
val mutable CieSkyParameters: CieSkyParameters
Field Value
Type:
CieSkyParametersRemarks
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