Renders a cube map ("skybox") into the background of the current render target.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.0.0.0 (1.0.0.9509)

Syntax

C#
public class SkyboxRenderer
Visual Basic
Public Class SkyboxRenderer
Visual C++
public ref class SkyboxRenderer

Remarks

A "skybox" is a cube map that is used as the background of a scene. A skybox is usually drawn after all opaque objects to fill the background.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Graphics..::..SkyboxRenderer

See Also