Packageaway3dlite.core.base
Classpublic class MeshSortType

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.
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
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.

Wiki link
Click to go to the wiki page for 'away3dlite.core.base.MeshSortType'

Code examples

Comments