From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / spheremonics.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="spheremonics" _label="Spheremonics" gl="yes">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Frame rate" _low-label="Low" _high-label="High"
11             low="0" high="100000" default="30000"
12             convert="invert"/>
13
14     <number id="duration" type="slider" arg="-duration %"
15             _label="Duration" _low-label="Short" _high-label="Long"
16             low="5" high="1000" default="100"/>
17
18     <number id="resolution" type="slider" arg="-resolution %"
19             _label="Resolution" _low-label="Low" _high-label="High"
20             low="5" high="100" default="64"/>
21
22    </vgroup>
23    <vgroup>
24     <boolean id="wander" _label="Wander" arg-set="-wander"/>
25
26     <select id="rotation">
27       <option id="no"  _label="Don't rotate"               arg-set="-spin 0"/>
28       <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
29       <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
30       <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
31       <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
32       <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
33       <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
34       <option id="xyz" _label="Rotate around all three axes"/>
35     </select>
36
37     <boolean id="smooth" _label="Smoothed lines"  arg-unset="-no-smooth"/>
38     <boolean id="grid" _label="Draw grid"         arg-unset="-no-grid"/>
39     <boolean id="bbox" _label="Draw bounding box" arg-set="-bbox"/>
40
41     <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
42     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
43   </vgroup>
44   </hgroup>
45
46   <xscreensaver-updater />
47
48   <_description>
49 These closed objects are commonly called spherical harmonics,
50 although they are only remotely related to the mathematical
51 definition found in the solution to certain wave functions, most
52 notably the eigenfunctions of angular momentum operators.
53
54 http://en.wikipedia.org/wiki/Spherical_harmonics#Visualization_of_the_spherical_harmonics
55
56 Written by Paul Bourke and Jamie Zawinski; 2002.
57   </_description>
58 </screensaver>