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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgearbox.c31 static GLfloat GearRot = 0.0; variable in typeref:typename:GLfloat
188 glRotatef(GearRot, 0.0, 0.0, 1.0);
194 glRotatef(-2.0 * GearRot - 9.0, 0.0, 0.0, 1.0);
200 glRotatef(-2.0 * GearRot - 25.0, 0.0, 0.0, 1.0);
336 GearRot = fmod(GearRot + 70.0 * dt, 360.0); /* 70 deg/sec */

Completed in 2 milliseconds