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

/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c166 static GLfloat view_rotx = 20.0, view_roty = 30.0, view_rotz = 0.0; variable
188 glRotatef(view_rotx, 1.0, 0.0, 0.0);
298 view_rotx += 5.0;
301 view_rotx -= 5.0;

Completed in 55 milliseconds