X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fglschool_gl.c;h=bd8f981a3a9e071763ebd97ef9ba5b9d8295ded0;hp=7414838fa84e8c9460579d740a88b9a057b0147d;hb=c8c6deae79b408cffbc88043c766b3bc12cf0f13;hpb=c494fd2e6b3b25582375d62e40f4f5cc984ca424 diff --git a/hacks/glx/glschool_gl.c b/hacks/glx/glschool_gl.c index 7414838f..bd8f981a 100644 --- a/hacks/glx/glschool_gl.c +++ b/hacks/glx/glschool_gl.c @@ -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(); }