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