Lines Matching refs:bodyWidth
78 static GLdouble bodyWidth = 3.0;
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 / 4);
338 glTranslatef(0.0, 0.0, bodyWidth / 2 - 0.1);