From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / hyperball.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="hyperball" _label="HyperBall">
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="20000"
12              convert="invert"/>
13
14
15       <number id="z" type="slider" arg="-observer-z %"
16               _label="Zoom" _low-label="Near" _high-label="Far"
17               low="1.125" high="10.0" default="3.0"/>
18
19      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20     </vgroup>
21
22     <vgroup>
23       <number id="xw" type="slider" arg="-xw %"
24               _label="XW rotation" _low-label="Slow" _high-label="Fast"
25               low="0" high="20" default="0"/>
26       <number id="xy" type="slider" arg="-xy %"
27               _label="XY rotation" _low-label="Slow" _high-label="Fast"
28               low="0" high="20" default="3"/>
29       <number id="xz" type="slider" arg="-xz %"
30               _label="XZ rotation" _low-label="Slow" _high-label="Fast"
31               low="0" high="20" default="5"/>
32     </vgroup>
33     <vgroup>
34       <number id="yw" type="slider" arg="-yw %"
35               _label="YW rotation" _low-label="Slow" _high-label="Fast"
36               low="0" high="20" default="10"/>
37       <number id="yz" type="slider" arg="-yz %"
38               _label="YZ rotation" _low-label="Slow" _high-label="Fast"
39               low="0" high="20" default="0"/>
40       <number id="zw" type="slider" arg="-zw %"
41               _label="ZW rotation" _low-label="Slow" _high-label="Fast"
42               low="0" high="20" default="0"/>
43     </vgroup>
44   </hgroup>
45
46   <xscreensaver-updater />
47
48   <_description>
49 This screen saver was removed from the XScreenSaver distribution as of
50 version 5.10.  It has been replaced by the more general "Polytopes"
51 screen saver, which can display this object as well as others.  The
52 Polytopes "120-cell" object corresponds to this one.
53
54 Hyperball is to hypercube as dodecahedron is to cube: this displays
55 a 2D projection of the sequence of 3D objects which are the projections
56 of the 4D analog to the dodecahedron.  Technically, it is a "120 cell
57 polytope".
58
59 http://en.wikipedia.org/wiki/Hypercube
60 http://en.wikipedia.org/wiki/Regular_polytope
61
62 Written by Joe Keane; 2000.
63   </_description>
64 </screensaver>