http://nanonyme.dy.fi/mirrors/hvl/distfiles/xscreensaver/xscreensaver-5.03.tar.gz
[xscreensaver] / hacks / glx / glschool_gl.c
index 7414838fa84e8c9460579d740a88b9a057b0147d..bd8f981a3a9e071763ebd97ef9ba5b9d8295ded0 100644 (file)
@@ -116,8 +116,13 @@ createDrawLists(BBox *bbox, GLuint *bboxList, GLuint *goalList, GLuint *fishList
 
        *fishList = glGenLists(1);
        glNewList(*fishList, GL_COMPILE);
+#if 0
        gluSphere(Quadratic, 2.0, 10, 5);
        gluCylinder(Quadratic, 2.0, 0.0, 10.0, 10, 5);
+#else
+        gluSphere(Quadratic, 2.0, 3, 2);
+        gluCylinder(Quadratic, 2.0, 0.0, 10.0, 3, 2);
+#endif
        glEndList();
 }