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

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
Collada animation id
ObjectData
  material : MaterialData
MeshData
 Inheritedname : String
The name of the 3d object used as a unique reference.
ObjectData
  skeleton : String
MeshData
 Inheritedtransform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Public Methods
 MethodDefined by
  
clone(object:ObjectData):void
Duplicates the mesh data's properties to another MeshData object
MeshData
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

Method detail
clone()method
public override function clone(object:ObjectData):void

Duplicates the mesh data's properties to another MeshData object

Parameters
object:ObjectData — The new object instance into which all properties are copied
Wiki link
Click to go to the wiki page for 'away3dlite.loaders.data.MeshData'

Code examples

Comments