http://packetstorm.tacticalflex.com/UNIX/admin/xscreensaver-3.27.tar.gz
[xscreensaver] / hacks / glx / sierpinski3d.c
index d11daf1aeed98a98498b861af1262f56744baff5..3a753a998a45121bf9ed26bcf91d39e659bb4f82 100644 (file)
@@ -41,7 +41,7 @@ static const char sccsid[] = "@(#)sierpinski3D.c      00.01 99/11/04 xlockmore";
 # define gasket_opts                           xlockmore_opts
 # define DEFAULTS      "*count:                1       \n"                     \
                        "*cycles:               9999    \n"                     \
-                       "*delay:                8000    \n"                     \
+                       "*delay:                20000   \n"                     \
                        "*maxDepth:             5       \n"                     \
                        "*speed:                150     \n"                     \
                        "*wireframe:    False   \n"
@@ -341,12 +341,10 @@ draw(ModeInfo *mi)
   static float position0[] = {-0.5,  1.2, 0.5, 0.0};
   static float ambient0[]  = {0.4, 0.6, 0.4, 1.0};
   static float spec[]      = {0.7, 0.7, 0.7, 1.0};
-  static float shine[]     = {70.0};
 
   glLightfv(GL_LIGHT0, GL_POSITION,  position0);
   glLightfv(GL_LIGHT0, GL_AMBIENT,   ambient0);
   glLightfv(GL_LIGHT0, GL_SPECULAR,  spec);
-  glLightfv(GL_LIGHT0, GL_SHININESS, shine);
   glLightfv(GL_LIGHT0, GL_DIFFUSE,   gp->light_colour);
 
   glShadeModel(GL_SMOOTH);