Packageaway3d.loaders.data
Classpublic class MeshMaterialData

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.

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

Code examples

Comments