began for maemo
[xscreensaver] / xscreensaver / hacks / config / spheremonics.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="spheremonics" _label="Spheremonics">
4
5   <command arg="-root"/>
6
7   <number id="delay" 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="duration" type="slider" arg="-duration %"
13           _label="Duration" _low-label="Short" _high-label="Long"
14           low="5" high="1000" default="100"/>
15
16   <number id="resolution" type="slider" arg="-resolution %"
17           _label="Resolution" _low-label="Low" _high-label="High"
18           low="5" high="100" default="64"/>
19
20   <boolean id="wander" _label="Wander" arg-set="-wander"/>
21
22   <select id="rotation">
23     <option id="no"  _label="Don't Rotate"               arg-set="-spin 0"/>
24     <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
25     <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
26     <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
27     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
28     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
29     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
30     <option id="xyz" _label="Rotate around all three axes"/>
31   </select>
32
33   <boolean id="smooth" _label="Smoothed Lines"  arg-unset="-no-smooth"/>
34   <boolean id="grid" _label="Draw Grid"         arg-unset="-no-grid"/>
35   <boolean id="bbox" _label="Draw Bounding Box" arg-set="-bbox"/>
36
37   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
38   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
39
40   <_description>
41 These closed objects are commonly called spherical harmonics,
42 although they are only remotely related to the mathematical
43 definition found in the solution to certain wave functions, most
44 notable the eigenfunctions of angular momentum operators.
45
46 Written by Paul Bourke and Jamie Zawinski; 2002.
47   </_description>
48 </screensaver>