WindingOrder

WindingOrder()

Winding order defines the order of vertices for a triangle to be considered front-facing.

Members

staticconstantCesium.WindingOrder.CLOCKWISE : Number

Vertices are in clockwise order.

staticconstantCesium.WindingOrder.COUNTER_CLOCKWISE : Number

Vertices are in counter-clockwise order.