Packageaway3d.loaders.data
Classpublic class MeshData
InheritanceMeshData Inheritance ObjectData

Data class for the mesh data of a 3d object

Public Properties
 PropertyDefined by
  faces : Array
Array of face data objects.
MeshData
  materials : Array
Optional assigned materials to the mesh.
MeshData
 Inheritedname : String
The name of the 3d object used as a unique reference.
ObjectData
 Inheritedtransform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
  uvs : Array
Array of uv objects.
MeshData
  vertices : Array
Array of vertex objects.
MeshData
Property detail
facesproperty
public var faces:Array

Array of face data objects.

See also

materialsproperty 
public var materials:Array

Optional assigned materials to the mesh.

uvsproperty 
public var uvs:Array

Array of uv objects. see

verticesproperty 
public var vertices:Array

Array of vertex objects.

See also

Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments