Packageaway3d.loaders.data
Classpublic class MeshMaterialData
InheritanceMeshMaterialData Inheritance Object

Data class for teh material of a 3d object



Public Properties
 PropertyDefined By
  faceList : Array
A list of faces which are to be drawn with the material.
MeshMaterialData
  symbol : String
The name of the material used as a unique reference for the mesh.
MeshMaterialData
Property Detail
faceListproperty
public var faceList:Array

A list of faces which are to be drawn with the material.

symbolproperty 
public var symbol:String

The name of the material used as a unique reference for the mesh.