Packageaway3d.loaders.data
Classpublic class FaceData

Data class for a face object.

Public Properties
 PropertyDefined by
  meshMaterialData : MeshMaterialData
Holds teh material data for the face.
FaceData
  uv0 : uint
Index of uv coordinate 0.
FaceData
  uv1 : uint
Index of uv coordinate 1.
FaceData
  uv2 : uint
Index of uv coordinate 2.
FaceData
  v0 : uint
Index of vertex 0.
FaceData
  v1 : uint
Index of vertex 1.
FaceData
  v2 : uint
Index of vertex 2.
FaceData
  visible : Boolean
Determines whether the face is visible.
FaceData
Property detail
meshMaterialDataproperty
public var meshMaterialData:MeshMaterialData

Holds teh material data for the face.

uv0property 
public var uv0:uint

Index of uv coordinate 0.

uv1property 
public var uv1:uint

Index of uv coordinate 1.

uv2property 
public var uv2:uint

Index of uv coordinate 2.

v0property 
public var v0:uint

Index of vertex 0.

v1property 
public var v1:uint

Index of vertex 1.

v2property 
public var v2:uint

Index of vertex 2.

visibleproperty 
public var visible:Boolean

Determines whether the face is visible.

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

Code examples

Comments