| GraphicsHelperGetCubeMapUpDirection Method |
Gets the camera up direction for rendering into a cube map face.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static Vector3F GetCubeMapUpDirection(
CubeMapFace cubeMapFace
)
Public Shared Function GetCubeMapUpDirection (
cubeMapFace As CubeMapFace
) As Vector3F
public:
static Vector3F GetCubeMapUpDirection(
CubeMapFace cubeMapFace
)
static member GetCubeMapUpDirection :
cubeMapFace : CubeMapFace -> Vector3F
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