Packageaway3d.primitives
Classpublic class CubeMappingType

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.

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

Code examples

Comments