Packageaway3d.loaders.data
Classpublic class MeshData
InheritanceMeshData Inheritance ObjectData

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
 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

skeletonproperty 
public var skeleton:String

Wiki link
Click to go to the wiki page for 'away3d.loaders.data.MeshData'

Code examples

Comments