ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / hacks / glx / providence.c
index cd4c80bac81348f6f1bb76152b496525e3df5c29..bd307b99a1cb37a8fb6aab9f82851ac3ae230469 100644 (file)
@@ -379,6 +379,10 @@ void draw_glory(void) {
     glVertex3f(-0.75, -0.75, 0.0);
     glVertex3f(0.75, -0.75, 0.0);
     glVertex3f(0.0, 0.75, 0.0);
+
+    glVertex3f(0.0, 0.75, 0.0);
+    glVertex3f(0.75, -0.75, 0.0);
+    glVertex3f(-0.75, -0.75, 0.0);
     glEnd();
     return;
   }
@@ -521,9 +525,9 @@ void draw_eye2(void) {
   /* draw wireeye */
   if(wire) {
     glBegin(GL_TRIANGLES);
-    glVertex3f(-0.25, -0.25, 0.0);
-    glVertex3f(0.25, -0.25, 0.0);
     glVertex3f(0.0, 0.25, 0.0);
+    glVertex3f(0.25, -0.25, 0.0);
+    glVertex3f(-0.25, -0.25, 0.0);
     glEnd();
     return;
   }