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

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dblinking-teapot.c19 static float rotate_x = 0.0, rotate_y = 0.0; variable in typeref:typename:float
102 glRotatef (rotate_x, 1.0, 0.0, 0.0);
155 rotate_x += dy * 0.2;

Completed in 1 milliseconds