Package | away3dlite.core.base |
Class | public class SortType |
Inheritance | SortType Object |
Mesh
class.
See also
Constant | Defined By | ||
---|---|---|---|
BACK : String = back [static]
Sorts the faces in the mesh using their furthest vertex z-depth. | SortType | ||
CENTER : String = center [static]
Sorts the faces in the mesh using their center z-depth ie. | SortType | ||
FRONT : String = front [static]
Sorts the faces in the mesh using their nearest vertex z-depth. | SortType |
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.