X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fglschool_gl.c;h=bd8f981a3a9e071763ebd97ef9ba5b9d8295ded0;hb=488f2fa8fbdbc77e91a70da2962d73af49e6cace;hp=7414838fa84e8c9460579d740a88b9a057b0147d;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver 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(); }