Home
last modified time | relevance | path

Searched refs:view_roty (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
182 glRotatef(view_roty, 0.0, 1.0, 0.0); in draw()
236 view_roty += 5.0; in key()
239 view_roty -= 5.0; in key()

Completed in 1 milliseconds