Packageaway3d.loaders.data
Classpublic class FaceData

Data class for a face object.

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

Holds teh material data for the face.

uv0property 
public var uv0:int

Index of uv coordinate 0.

uv1property 
public var uv1:int

Index of uv coordinate 1.

uv2property 
public var uv2:int

Index of uv coordinate 2.

v0property 
public var v0:int

Index of vertex 0.

v1property 
public var v1:int

Index of vertex 1.

v2property 
public var v2:int

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