X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fvoronoi.xml;h=caf63a20a5acadc7d06626a6d7a2c9abf69646db;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hp=6698ed889b91c850c8a365332155d1ee194d2c9d;hpb=c8c6deae79b408cffbc88043c766b3bc12cf0f13;p=xscreensaver diff --git a/hacks/config/voronoi.xml b/hacks/config/voronoi.xml index 6698ed88..caf63a20 100644 --- a/hacks/config/voronoi.xml +++ b/hacks/config/voronoi.xml @@ -1,48 +1,61 @@ - + - +
+ + - + - + - + + - + + - + - + + + + +
+ + <_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.