From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / voronoi.xml
index 9e1af0be0ecde3a84d5ea09edc4c238c46ac9b97..caf63a20a5acadc7d06626a6d7a2c9abf69646db 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="voronoi" _label="Voronoi">
+<screensaver name="voronoi" _label="Voronoi" gl="yes">
 
   <command arg="-root"/>
 
    </vgroup>
   </hgroup>
 
+  <xscreensaver-updater />
+
   <_description>
-Draws a randomly-colored Voronoi tessellation, and periodically zooms 
-in and adds new points.  The existing points also wander around.
+A Voronoi tessellation.  Periodically zooms in and adds new points.
+The existing points also wander around.
 
 There are a set of control points on the plane, each at the center of
 a colored cell.  Every pixel within that cell is closer to that cell's
@@ -52,6 +54,7 @@ control point than to any other control point.  That is what
 determines the cell's shapes.
 
 http://en.wikipedia.org/wiki/Voronoi_diagram
+http://en.wikipedia.org/wiki/Tessellation
 
 Written by Jamie Zawinski; 2007.
   </_description>