| Package | away3dlite.core.base |
| Class | public class MeshSortType |
Mesh class.
See also
| Constant | Defined by | ||
|---|---|---|---|
| BACK : String = "back" [static]
Sorts the faces in the mesh using their furthest vertex z-depth.
| MeshSortType | ||
| CENTER : String = "center" [static]
Sorts the faces in the mesh using their center z-depth ie.
| MeshSortType | ||
| FRONT : String = "front" [static]
Sorts the faces in the mesh using their nearest vertex z-depth.
| MeshSortType | ||
| BACK | constant |
public static const BACK:String = "back"
Sorts the faces in the mesh using their furthest vertex z-depth.
| CENTER | constant |
public static const CENTER:String = "center"
Sorts the faces in the mesh using their center z-depth ie. the average between all vertices.
| FRONT | constant |
public static const FRONT:String = "front"
Sorts the faces in the mesh using their nearest vertex z-depth.