WindingOrder() Core/WindingOrder.js 15 Winding order defines the order of vertices for a triangle to be considered front-facing. Members staticconstantCesium.WindingOrder.CLOCKWISE : Number Core/WindingOrder.js 22 Vertices are in clockwise order. staticconstantCesium.WindingOrder.COUNTER_CLOCKWISE : Number Core/WindingOrder.js 30 Vertices are in counter-clockwise order.