| Package | away3d.loaders.data |
| Class | public class GeometryData |
| Inheritance | GeometryData Object |
| Property | Defined By | ||
|---|---|---|---|
| bothsides : Boolean
Defines whether both sides of the geometry are visible
| GeometryData | ||
| ctrlXML : XML
Reference to the xml object defining the controller. | GeometryData | ||
| faces : Array
Array of face data objects. | GeometryData | ||
| geometry : Geometry
Reference to the geometry object of the resulting geometry. | GeometryData | ||
| geoXML : XML
Reference to the xml object defining the geometry. | GeometryData | ||
| materials : Array
Optional assigned materials to the geometry. | GeometryData | ||
| maxX : Number
Returns the maximum x value of the geometry data
| GeometryData | ||
| maxY : Number
Returns the maximum y value of the geometry data
| GeometryData | ||
| maxZ : Number
Returns the maximum z value of the geometry data
| GeometryData | ||
| minX : Number
Returns the minimum x value of the geometry data
| GeometryData | ||
| minY : Number
Returns the minimum y value of the geometry data
| GeometryData | ||
| minZ : Number
Returns the minimum z value of the geometry data
| GeometryData | ||
| name : String
The name of the geometry used as a unique reference. | GeometryData | ||
| skinControllers : Array
Array of skin controller objects used in bone animations
| GeometryData | ||
| skinVertices : Array
Array of skin vertex objects used in bone animations
| GeometryData | ||
| uvs : Array
Array of uv objects. | GeometryData | ||
| vertices : Array
Array of vertex objects. | GeometryData | ||
| bothsides | property |
public var bothsides:BooleanDefines whether both sides of the geometry are visible
| ctrlXML | property |
public var ctrlXML:XMLReference to the xml object defining the controller.
| faces | property |
| geometry | property |
public var geometry:GeometryReference to the geometry object of the resulting geometry.
| geoXML | property |
public var geoXML:XMLReference to the xml object defining the geometry.
| materials | property |
public var materials:ArrayOptional assigned materials to the geometry.
| maxX | property |
public var maxX:NumberReturns the maximum x value of the geometry data
| maxY | property |
public var maxY:NumberReturns the maximum y value of the geometry data
| maxZ | property |
public var maxZ:NumberReturns the maximum z value of the geometry data
| minX | property |
public var minX:NumberReturns the minimum x value of the geometry data
| minY | property |
public var minY:NumberReturns the minimum y value of the geometry data
| minZ | property |
public var minZ:NumberReturns the minimum z value of the geometry data
| name | property |
public var name:StringThe name of the geometry used as a unique reference.
| skinControllers | property |
public var skinControllers:ArrayArray of skin controller objects used in bone animations
See also
| skinVertices | property |
public var skinVertices:ArrayArray of skin vertex objects used in bone animations
See also
| uvs | property |
public var uvs:ArrayArray of uv objects. see
| vertices | property |