Enumeration

CoglWinding

Declaration

enum Cogl.Winding

Description [src]

Enum used to represent the two directions of rotation. This can be used to set the front face for culling by calling cogl_pipeline_set_front_face_winding().

Members

Name Description
COGL_WINDING_CLOCKWISE

Vertices are in a clockwise order.

COGL_WINDING_COUNTER_CLOCKWISE

Vertices are in a counter-clockwise order.