Package | away3d.primitives |
Class | public class CubeMappingType |
Cube
primitive.
Property | Defined 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 |
MAP6 | property |
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.
NORMAL | property |
public static var NORMAL:String = "normal"
Applies a representation of the whole texture to each side of the cube.