Package | away3d.loaders.data |
Class | public class FaceData |
Property | Defined 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 |
materialData | property |
public var materialData:MaterialData
Holds teh material data for the face.
uv0 | property |
public var uv0:int
Index of uv coordinate 0.
uv1 | property |
public var uv1:int
Index of uv coordinate 1.
uv2 | property |
public var uv2:int
Index of uv coordinate 2.
v0 | property |
public var v0:int
Index of vertex 0.
v1 | property |
public var v1:int
Index of vertex 1.
v2 | property |
public var v2:int
Index of vertex 2.
visible | property |
public var visible:Boolean
Determines whether the face is visible.