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

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dfog.c37 float rotX = 5.0, rotY = -5.0, zTranslate = -65.0; variable in typeref:typename:float
196 rotY -= 5;
199 rotY += 5;
241 glRotatef(rotY, 0,1,0);
H A Dnurb.c49 GLint rotX = 40, rotY = 40; variable in typeref:typename:GLint
255 rotY -= 5;
258 rotY += 5;
284 glRotatef(rotY, 1, 0, 0);
H A Deval.c58 float rotX = 0.0, rotY = 0.0, translateZ = -1.0; variable in typeref:typename:float
338 rotY -= 30;
341 rotY += 30;
413 glRotatef(rotY, 0, 1, 0);

Completed in 3 milliseconds