Table of Contents

Enum CubeMapFace

Namespace
ReFuel.Resources
Assembly
ReFuel.dll

Depth indices for cube maps.

public enum CubeMapFace

Fields

NegativeX = 3
NegativeY = 4
NegativeZ = 5
PositiveX = 0
PositiveY = 1
PositiveZ = 2