summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Robot.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Robot.java b/src/Robot.java
index 3eeb1af..5e24a36 100644
--- a/src/Robot.java
+++ b/src/Robot.java
@@ -363,10 +363,10 @@ class Robot extends BetterBase {
setColor(Colors.BLUEISH);
// Set the drawing color and draw right shoulder
- glut.glutSolidSphere(shoulderRadius, 32, 32);
+ glut.glutSolidSphere(shoulderRadius, 16, 16);
// left shoulder
gl.glTranslatef(-2 * shoulder_x, 0, 0);
- glut.glutSolidSphere(shoulderRadius, 32, 32);
+ glut.glutSolidSphere(shoulderRadius, 16, 16);
// restore position
gl.glPopMatrix();
@@ -485,7 +485,7 @@ class Robot extends BetterBase {
glu.gluQuadricNormals(sphere, glu.GLU_SMOOTH);
// Draw the glu sphere
- glu.gluSphere(sphere, headRadius, 32, 32);
+ glu.gluSphere(sphere, headRadius, 16, 16);
// glut.glutSolidSphere(headRadius, 32, 32);