1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="hyperball" _label="Hyperball">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="20000" default="20000"
12 <number id="z" type="slider" arg="-observer-z %"
13 _label="Zoom" _low-label="Near" _high-label="Far"
14 low="1.125" high="10.0" default="3.0"/>
18 <number id="xw" type="slider" arg="-xw %"
19 _label="XW Rotation" _low-label="Low" _high-label="High"
20 low="0" high="20" value="0"/>
21 <number id="xy" type="slider" arg="-xy %"
22 _label="XY Rotation" _low-label="Low" _high-label="High"
23 low="0" high="20" value="3"/>
24 <number id="xz" type="slider" arg="-xz %"
25 _label="XZ Rotation" _low-label="Low" _high-label="High"
26 low="0" high="20" value="5"/>
29 <number id="yw" type="slider" arg="-yw %"
30 _label="YW Rotation" _low-label="Low" _high-label="High"
31 low="0" high="20" value="10"/>
32 <number id="yz" type="slider" arg="-yz %"
33 _label="YZ Rotation" _low-label="Low" _high-label="High"
34 low="0" high="20" value="0"/>
35 <number id="zw" type="slider" arg="-zw %"
36 _label="ZW Rotation" _low-label="Low" _high-label="High"
37 low="0" high="20" value="0"/>
42 Hyperball is to hypercube as dodecahedron is to cube: this displays
43 a 2D projection of the sequence of 3D objects which are the projections
44 of the 4D analog to the dodecahedron. Technically, it is a "120 cell
45 polytope." Written by Joe Keane.
47 See also the "polytopes" hack for a more general version of this