Click or drag to resize
DigitalRuneGraphicsHelperGetCubeMapUpDirection Method
Gets the camera up 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 GetCubeMapUpDirection(
	CubeMapFace cubeMapFace
)

Parameters

cubeMapFace
Type: CubeMapFace
The cube map face.

Return Value

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