Package | away3dlite.loaders.data |
Class | public class MeshData |
Inheritance | MeshData ObjectData |
Subclasses | ContainerData |
Property | Defined by | ||
---|---|---|---|
geometry : GeometryData
Defines the geometry used by the mesh instance
| MeshData | ||
id : String
Collada animation id
| ObjectData | ||
material : MaterialData | MeshData | ||
name : String
The name of the 3d object used as a unique reference.
| ObjectData | ||
skeleton : String | MeshData | ||
transform : Matrix3D
The 3d transformation matrix for the 3d object
| ObjectData |
Method | Defined by | ||
---|---|---|---|
Duplicates the mesh data's properties to another
MeshData object
| MeshData |
geometry | property |
public var geometry:GeometryData
Defines the geometry used by the mesh instance
material | property |
public var material:MaterialData
skeleton | property |
public var skeleton:String
clone | () | method |
public override function clone(object:ObjectData):void
Duplicates the mesh data's properties to another MeshData
object
object:ObjectData — The new object instance into which all properties are copied
|