Home -> ITextureBuffer -> CubeMapFace

Description

The CubeMapFace enumeration identifies one of the six faces of a cubemap texture. It is used by cubemap texture data upload and update methods to select the face being written.

Members

Name Description
Public Enum PositiveX
Selects the positive X cubemap face.
Public Enum NegativeX
Selects the negative X cubemap face.
Public Enum PositiveY
Selects the positive Y cubemap face.
Public Enum NegativeY
Selects the negative Y cubemap face.
Public Enum PositiveZ
Selects the positive Z cubemap face.
Public Enum NegativeZ
Selects the negative Z cubemap face.

See also