Packageaway3dlite.core.base
Classpublic class SortType
InheritanceSortType Inheritance Object

Holds the accepted values for the sortType property in the Mesh class.

See also

away3dlite.core.base.Mesh


Public Constants
 ConstantDefined 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
Constant Detail
BACKConstant
public static const BACK:String = back

Sorts the faces in the mesh using their furthest vertex z-depth.

CENTERConstant 
public static const CENTER:String = center

Sorts the faces in the mesh using their center z-depth ie. the average between all vertices.

FRONTConstant 
public static const FRONT:String = front

Sorts the faces in the mesh using their nearest vertex z-depth.