Click or drag to resize
DigitalRuneGradientTextureSkyNodeFrontTexture Property
Gets or sets the gradient lookup texture for the side facing to the sun.

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

Property Value

Type: Texture2D
The gradient lookup texture for the side facing to the sun (using premultiplied alpha).
See Also