Packageaway3dlite.loaders.data
Classpublic class MeshData
InheritanceMeshData Inheritance ObjectData Inheritance Object

Data class for the mesh data of a 3d object



Public Properties
 PropertyDefined By
  geometry : GeometryData
Defines the geometry used by the mesh instance
MeshData
 Inheritedid : String
Colada animation
ObjectData
  material : MaterialData
MeshData
 Inheritedname : String
The name of the 3d object used as a unique reference.
ObjectData
 Inheritedscale : Number
ObjectData
  skeleton : String
MeshData
 Inheritedtransform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Property Detail
geometryproperty
public var geometry:GeometryData

Defines the geometry used by the mesh instance

materialproperty 
public var material:MaterialData

skeletonproperty 
public var skeleton:String