Package | away3d.loaders.data |
Class | public class MeshData |
Inheritance | MeshData ObjectData Object |
Property | Defined By | ||
---|---|---|---|
geometry : GeometryData
Defines the geometry used by the mesh instance
| MeshData | ||
id : String
Colada animation
| ObjectData | ||
name : String
The name of the 3d object used as a unique reference. | ObjectData | ||
scale : Number | ObjectData | ||
skeleton : String | MeshData | ||
transform : Matrix3D
The 3d transformation matrix for the 3d object
| ObjectData |
geometry | property |
public var geometry:GeometryData
Defines the geometry used by the mesh instance
skeleton | property |
public var skeleton:String