Searched refs:eyez (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | reflect.c | 246 DrawObjects(struct window *w, GLfloat eyex, GLfloat eyey, GLfloat eyez) argument 250 (void) eyez; 303 GLfloat eyex, eyey, eyez; local in function:DrawWindow 321 eyez = dist * sin(w->yrot * DEG2RAD) * cos(w->xrot * DEG2RAD); 326 gluLookAt( eyex, eyey, eyez, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 ); 353 DrawObjects(w, eyex, eyey, eyez); 373 DrawObjects(w, eyex, eyey, eyez);
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | project.c | 108 gluLookAt(GLdouble eyex, GLdouble eyey, GLdouble eyez, GLdouble centerx, argument 117 forward[2] = centerz - eyez; 146 glTranslated(-eyex, -eyey, -eyez);
|
Completed in 5 milliseconds