Enumeration CubeFace

Faces of a cubemapped texture.

Enumeration Members

NegativeX: 3

The face on the X-axis in the negative direction.

NegativeY: 4

The face on the Y-axis in the negative direction.

NegativeZ: 5

The face on the Z-axis in the negative direction.

PositiveX: 0

The face on the X-axis in the positive direction.

PositiveY: 1

The face on the Y-axis in the positive direction.

PositiveZ: 2

The face on the Z-axis in the positive direction.