http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.05.tar.gz
[xscreensaver] / hacks / config / cubicgrid.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="cubicgrid" _label="CubicGrid">
4
5   <command arg="-root"/>
6
7   <number id="zoom" type="slider" arg="-zoom %"
8     _label="Dot spacing" _low-label="Close" _high-label="Far"
9     low="15" high="100" default="20"/>  
10
11   <number id="delay" type="slider" arg="-delay %"
12     _label="Animation speed" _low-label="Slow" _high-label="Fast"
13     low="0" high="30000" default="20000" convert="invert"/>
14
15   <number id="speed" type="slider" arg="-speed %"
16     _label="Rotation speed" _low-label="Slow" _high-label="Fast"
17     low="0.2" high="10.0" default="1.0"/>
18
19   <boolean id="bigdots" _label="Big Dots"            arg-unset="-no-bigdots"/>
20   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
21
22   <_description>
23 Draws the view of an observer located inside a rotating 3D lattice of colored 
24 points.
25
26 Written by Vasek Potocek; 2007.
27   </_description>
28 </screensaver>