Cogl.Winding

Enum used to represent the two directions of rotation. This can be used to set the front face for culling by calling Cogl.Pipeline.prototype.set_front_face_winding.

Winding.CLOCKWISE

Vertices are in a clockwise order

Winding.COUNTER_CLOCKWISE

Vertices are in a counter-clockwise order