962299b9937474b154243669a9dab4e009b9cac4
[xscreensaver] / hacks / config / cubicgrid.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="cubicgrid" _label="CubicGrid" gl="yes">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8     _label="Frame rate" _low-label="Low" _high-label="High"
9     low="0" high="100000" default="20000" convert="invert"/>
10
11   <number id="speed" type="slider" arg="-speed %"
12     _label="Speed" _low-label="Slow" _high-label="Fast"
13     low="0.2" high="10.0" default="1.0"/>
14
15   <number id="zoom" type="slider" arg="-zoom %"
16     _label="Dot spacing" _low-label="Close" _high-label="Far"
17     low="15" high="100" default="20"/>  
18
19   <boolean id="bigdots" _label="Big dots"            arg-unset="-no-bigdots"/>
20   <boolean id="showfps" _label="Show frame rate" 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>