X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fvoronoi.xml;h=caf63a20a5acadc7d06626a6d7a2c9abf69646db;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hp=f65f223a1af50131f6941a3d3d8f00ce83746c8f;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96;p=xscreensaver diff --git a/hacks/config/voronoi.xml b/hacks/config/voronoi.xml index f65f223a..caf63a20 100644 --- a/hacks/config/voronoi.xml +++ b/hacks/config/voronoi.xml @@ -1,13 +1,13 @@ - +
@@ -16,41 +16,46 @@ low="1" high="100" default="25"/> - +
+ + <_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 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.