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
  name : String
The name of the material used as a unique reference.
MeshMaterialData
Property detail
faceListproperty
public var faceList:Array

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

nameproperty 
public var name:String

The name of the material used as a unique reference.

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

Code examples

Comments