Home
last modified time | relevance | path

Searched refs:view_rotz (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/examples/
H A Dgears.c170 static GLfloat view_rotx = 20.f, view_roty = 30.f, view_rotz = 0.f; variable
183 glRotatef(view_rotz, 0.0, 0.0, 1.0); in draw()
222 view_rotz -= 5.0; in key()
224 view_rotz += 5.0; in key()

Completed in 1 milliseconds