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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Ddinoshade.c78 static GLdouble bodyWidth = 3.0; variable in typeref:typename:GLdouble
311 extrudeSolidFromPolygon(body, sizeof(body), bodyWidth,
313 extrudeSolidFromPolygon(arm, sizeof(arm), bodyWidth / 4,
315 extrudeSolidFromPolygon(leg, sizeof(leg), bodyWidth / 2,
317 extrudeSolidFromPolygon(eye, sizeof(eye), bodyWidth + 0.2,
327 glTranslatef(-8, 0, -bodyWidth / 2);
331 glTranslatef(0.0, 0.0, bodyWidth);
334 glTranslatef(0.0, 0.0, -bodyWidth - bodyWidth / 4);
336 glTranslatef(0.0, 0.0, -bodyWidth /
[all...]

Completed in 2 milliseconds