CubeFace enumeration

CubeFace enumeration

Each face of the cube map texture

The CubeFace type exposes the following members:

Fields

FieldDescription
POSITIVE_XThe +X face
NEGATIVE_XThe -X face
POSITIVE_YThe +Y face
NEGATIVE_YThe -Y face
POSITIVE_ZThe +Z face
NEGATIVE_ZThe -Z face

See Also