set_front_face_winding


Description:

public void set_front_face_winding (Winding front_winding)

The order of the vertices within a primitive specifies whether it is considered to be front or back facing.

This function specifies which order is considered to be the front faces. cogl_winding_counter_clockwise sets the front faces to primitives with vertices in a counter-clockwise order and cogl_winding_clockwise sets them to be clockwise. The default is cogl_winding_counter_clockwise.

Status: Unstable

Parameters:

this

a Pipeline

front_winding

the winding order