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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Drobot.c42 * Interaction: pressing the s and e keys (shoulder and elbow)
48 static int shoulder = 0, elbow = 0; variable in typeref:typename:int
61 glRotatef ((GLfloat) shoulder, 0.0, 0.0, 1.0);
96 shoulder = (shoulder + 5) % 360;
100 shoulder = (shoulder - 5) % 360;

Completed in 6 milliseconds