Packageaway3d.primitives.utils
Classpublic class CubeFaces

The names of the cube map faces used in CubicEnvMapPBMaterial, to determine the positions of each side's texture

Public Constants
 ConstantDefined by
  BACK : String = "back"
[static] The face on the back side of the cube.
CubeFaces
  BOTTOM : String = "bottom"
[static] The face on the bottom of the cube, ie.
CubeFaces
  FRONT : String = "front"
[static] The face on the front side of the cube.
CubeFaces
  LEFT : String = "left"
[static] The face on the left hand side
CubeFaces
  RIGHT : String = "right"
[static] The face on the right hand side
CubeFaces
  TOP : String = "top"
[static] The face on the top of the cube
CubeFaces
Constant detail
BACKconstant
public static const BACK:String = "back"

The face on the back side of the cube.

BOTTOMconstant 
public static const BOTTOM:String = "bottom"

The face on the bottom of the cube, ie. the "floor"

FRONTconstant 
public static const FRONT:String = "front"

The face on the front side of the cube.

LEFTconstant 
public static const LEFT:String = "left"

The face on the left hand side

RIGHTconstant 
public static const RIGHT:String = "right"

The face on the right hand side

TOPconstant 
public static const TOP:String = "top"

The face on the top of the cube

Wiki link
Click to go to the wiki page for 'away3d.primitives.utils.CubeFaces'

Code examples

Comments