From http://www.jwz.org/xscreensaver/xscreensaver-5.16.tar.gz
[xscreensaver] / hacks / glx / superquadrics.c
index f7eb3e6f9b2c6eff5c4a38d160d6928a96e58e04..f52cc6b28e11f7e8a7162c37bbd47a6ea4f77bbc 100644 (file)
@@ -568,6 +568,7 @@ DisplaySuperquadrics(superquadricsstruct * sp)
 
        SetCull(0, sp);
 
+    glScalef(0.7, 0.7, 0.7);  /* jwz: scale it down a bit */
        polys = DoneScale(sp);
 
        glPopMatrix();
@@ -665,7 +666,6 @@ InitSuperquadrics(int wfmode, int snorm, int res, int count, float speed, superq
        if (snorm)
                sp->shownorms = 1;
 
-    glClearColor(0.0,0.0,0.0,1.0);
     glClearDepth(1.0);
 
        if (sp->wireframe) {