WindingOrder
Winding order defines the order of vertices for a triangle to be considered front-facing.
Source:
Core/WindingOrder.js, line 10
Members
-
staticconstantWindingOrder.CLOCKWISE :Number
-
0x0900. Vertices are in clockwise order.Source: Core/WindingOrder.js, line 17
-
staticconstantWindingOrder.COUNTER_CLOCKWISE :Number
-
0x0901. Vertices are in counter-clockwise order.Source: Core/WindingOrder.js, line 24