Click or drag to resize
DigitalRuneGraphicsHelperGetCubeMapForwardDirection Method
Gets the camera forward direction for rendering into a cube map face.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static Vector3F GetCubeMapForwardDirection(
	CubeMapFace cubeMapFace
)

Parameters

cubeMapFace
Type: CubeMapFace
The cube map face.

Return Value

Type: Vector3F
The camera forward direction required to render the content of the given cube map face.
See Also