X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fsierpinski3d.c;h=3a753a998a45121bf9ed26bcf91d39e659bb4f82;hb=de041722414a2e31c1c04caa10aaec9d6952e9b4;hp=d11daf1aeed98a98498b861af1262f56744baff5;hpb=06e9a7886a77cad92f9ddbc169d6d199a4d8b76d;p=xscreensaver diff --git a/hacks/glx/sierpinski3d.c b/hacks/glx/sierpinski3d.c index d11daf1a..3a753a99 100644 --- a/hacks/glx/sierpinski3d.c +++ b/hacks/glx/sierpinski3d.c @@ -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);