Home
last modified time | relevance | path

Searched refs:view_rotx (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
181 glRotatef(view_rotx, 1.0, 0.0, 0.0); in draw()
230 view_rotx += 5.0; in key()
233 view_rotx -= 5.0; in key()

Completed in 1 milliseconds