Packageaway3d.primitives
Classpublic class CubeMappingType
InheritanceCubeMappingType Inheritance Object

Static class that provides constant values for the UV mapping options of the Cube primitive.



Public Properties
 PropertyDefined By
  MAP6 : String = map6
[static] Applies a Pano2VR-style mapping that subdivides the texture into 6 separate areas, one for each side of the cube.
CubeMappingType
  NORMAL : String = normal
[static] Applies a representation of the whole texture to each side of the cube.
CubeMappingType
Property Detail
MAP6property
public static var MAP6:String = map6

Applies a Pano2VR-style mapping that subdivides the texture into 6 separate areas, one for each side of the cube.

NORMALproperty 
public static var NORMAL:String = normal

Applies a representation of the whole texture to each side of the cube.