From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / polytopes.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="polytopes" _label="Polytopes" gl="yes">
4
5  <command arg="-root"/>
6
7  <hgroup>
8   <vgroup>
9    <select id="display-mode">
10     <option id="wire" _label="Wireframe mesh"
11             arg-set="-mode wireframe"/>
12     <option id="surface" _label="Solid surface"
13             arg-set="-mode surface"/>
14     <option id="transparent" _label="Transparent surface"/>
15    </select>
16
17    <select id="polytope">
18     <option id="random" _label="Random object"/>
19     <option id="cell-5" _label="5-cell (hyper-tetrahedron)"
20             arg-set="-polytope 5-cell"/>
21     <option id="cell-8" _label="8-cell (hypercube / tesseract)"
22             arg-set="-polytope 8-cell"/>
23     <option id="cell-16" _label="16-cell (hyper-octahedron)"
24             arg-set="-polytope 16-cell"/>
25     <option id="cell-24" _label="24-cell"
26             arg-set="-polytope 24-cell"/>
27     <option id="cell-120" _label="120-cell"
28             arg-set="-polytope 120-cell"/>
29     <option id="cell-600" _label="600-cell"
30             arg-set="-polytope 600-cell"/>
31    </select>
32
33    <select id="colors">
34     <option id="single" _label="Single color" arg-set="-single-color"/>
35     <option id="depth" _label="Colors By 4D Depth"/>
36    </select>
37
38    <select id="projection3d">
39     <option id="perspective-3d" _label="Perspective 3D"/>
40     <option id="orthographic-3d" _label="Orthographic 3D"
41             arg-set="-orthographic-3d"/>
42    </select>
43
44    <select id="projection4d">
45     <option id="perspective-4d" _label="Perspective 4D"/>
46     <option id="orthographic-4d" _label="Orthographic 4D"
47             arg-set="-orthographic-4d"/>
48    </select>
49
50    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
51
52   </vgroup>
53
54   <vgroup>
55    <number id="speed-wx" type="slider" arg="-speed-wx %"
56            _label="WX rotation speed"
57            _low-label="-4.0" _high-label="4.0"
58            low="-4.0" high="4.0" default="1.1"/>
59
60    <number id="speed-wy" type="slider" arg="-speed-wy %"
61            _label="WY rotation speed"
62            _low-label="-4.0" _high-label="4.0"
63            low="-4.0" high="4.0" default="1.3"/>
64
65    <number id="speed-wz" type="slider" arg="-speed-wz %"
66            _label="WZ rotation speed"
67            _low-label="-4.0" _high-label="4.0"
68            low="-4.0" high="4.0" default="1.5"/>
69
70    <number id="delay" type="slider" arg="-delay %"
71            _label="Frame rate" _low-label="Low" _high-label="High"
72            low="0" high="100000" default="25000"
73            convert="invert"/>
74   </vgroup>
75
76   <vgroup>
77    <number id="speed-xy" type="slider" arg="-speed-xy %"
78            _label="XY rotation speed"
79            _low-label="-4.0" _high-label="4.0"
80            low="-4.0" high="4.0" default="1.7"/>
81
82    <number id="speed-xz" type="slider" arg="-speed-xz %"
83            _label="XZ rotation speed"
84            _low-label="-4.0" _high-label="4.0"
85            low="-4.0" high="4.0" default="1.9"/>
86
87    <number id="speed-yz" type="slider" arg="-speed-yz %"
88            _label="YZ rotation speed"
89            _low-label="-4.0" _high-label="4.0"
90            low="-4.0" high="4.0" default="2.1"/>
91   </vgroup>
92  </hgroup>
93
94   <xscreensaver-updater />
95
96  <_description>
97 The six regular 4D polytopes rotating in 4D.
98
99 Inspired by H.S.M Coxeter's book "Regular Polytopes", 3rd Edition,
100 Dover Publications, Inc., 1973, and Thomas Banchoff's book "Beyond the
101 Third Dimension: Geometry, Computer Graphics, and Higher Dimensions",
102 Scientific American Library, 1990.
103
104 http://en.wikipedia.org/wiki/Hypercube
105 http://en.wikipedia.org/wiki/Tesseract
106 http://en.wikipedia.org/wiki/Regular_polytope
107
108 Written by Carsten Steger; 2003.
109   </_description>
110 </screensaver>