http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / menger.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="menger" _label="Menger">
4
5   <command arg="-root"/>
6
7   <number id="speed" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="50000" default="30000"
10           convert="invert"/>
11
12   <number id="descent" type="slider" arg="-speed %"
13           _label="Duration" _low-label="Short" _high-label="Long"
14           low="2" high="500" default="150"
15           convert="invert"/>
16
17   <number id="depth" type="spinbutton" arg="-depth %"
18           _label="Max Depth" low="1" high="6" default="3"/>
19
20   <!-- #### -no-optimize -->
21
22   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
23
24   <select id="rotation">
25     <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
26     <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
27     <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
28     <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
29     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
30     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
31     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
32     <option id="xyz" _label="Rotate around all three axes"/>
33   </select>
34
35   <select id="render">
36     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
37     <option id="solid" _label="Solid"/>
38   </select>
39
40   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
41
42   <_description>
43 This draws the three-dimensional variant of the recursive Menger
44 Gasket, a cube-based fractal object analagous to the Sierpinski
45 Tetrahedron.  Written by Jamie Zawinski.
46   </_description>
47 </screensaver>