Searched refs:ViewRotX (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gearbox.c | 29 static GLfloat ViewRotX = 20.0, ViewRotY = 30.0, ViewRotZ = 0.0; variable in typeref:typename:GLfloat 182 glRotatef(20/*ViewRotX*/, 1.0, 0.0, 0.0); 234 glRotatef(ViewRotX, 1.0, 0.0, 0.0); 377 ViewRotX += 5.0; 380 ViewRotX -= 5.0;
|
| H A D | fbo_firecube.c | 164 static GLfloat ViewRotX = 20.0, ViewRotY = 30.0, ViewRotZ = 0.0; variable in typeref:typename:GLfloat 821 glRotatef(ViewRotX, 1.0, 0.0, 0.0); 914 ViewRotX += 5.0; 917 ViewRotX -= 5.0;
|
Completed in 4 milliseconds