nw::gfx::res::ResCubeTexture::CubeFace Enumerator

Syntax

enum CubeFace;

Value

Value Description
CUBE_FACE_POSITIVE_X The positive direction of the X axis.
CUBE_FACE_NEGATIVE_X The negative direction of the X axis.
CUBE_FACE_POSITIVE_Y The positive direction of the Y axis.
CUBE_FACE_NEGATIVE_Y The negative direction of the Y axis.
CUBE_FACE_POSITIVE_Z The positive direction of the Z axis.
CUBE_FACE_NEGATIVE_Z The negative direction of the Z axis.
MAX_CUBE_FACE The number of faces.

Description

Represents a face of the cube texture.


CONFIDENTIAL