http://svn.poeml.de/viewvc/ppc/src-unpacked/xscreensaver/xscreensaver-4.12.tar.bz2...
[xscreensaver] / hacks / config / polytopes.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="polytopes" _label="Regular 4D Polytopes">
4
5   <command arg="-root"/>
6
7   <select id="display-mode">
8     <option id="mesh" _label="Wireframe Mesh"
9             arg-set="-mesh"/>
10     <option id="surface" _label="Solid Surface"
11             arg-set="-surface"/>
12     <option id="transparent" _label="Transparent Surface"/>
13   </select>
14
15   <select id="polytope">
16     <option id="random" _label="Random Object"/>
17     <option id="cell-5" _label="5-Cell (Hyper-Tetrahedron)"
18             arg-set="-5-cell"/>
19     <option id="cell-8" _label="8-Cell (Hypercube / Tesseract)"
20             arg-set="-8-cell"/>
21     <option id="cell-16" _label="16-Cell (Hyper-Octahedron)"
22             arg-set="-16-cell"/>
23     <option id="cell-24" _label="24-Cell"
24             arg-set="-24-cell"/>
25     <option id="cell-120" _label="120-Cell"
26             arg-set="-120-cell"/>
27     <option id="cell-600" _label="600-Cell"
28             arg-set="-600-cell"/>
29   </select>
30
31   <select id="colors">
32     <option id="single" _label="Single Color"
33             arg-set="-single-color"/>
34     <option id="depth" _label="Colors By 4D Depth"/>
35   </select>
36
37   <select id="projection3d">
38     <option id="perspective-3d" _label="Perspective 3d"/>
39     <option id="orthographic-3d" _label="Orthographic 3d"
40             arg-set="-orthographic-3d"/>
41   </select>
42
43   <select id="projection4d">
44     <option id="perspective-4d" _label="Perspective 4d"/>
45     <option id="orthographic-4d" _label="Orthographic 4d"
46             arg-set="-orthographic-4d"/>
47   </select>
48
49   <hgroup>
50
51     <vgroup>
52
53       <number id="speed-wx" type="slider" arg="-speed-wx %"
54               _label="WX Rotation Speed"
55               _low-label="-4.0" _high-label="4.0"
56               low="-4.0" high="4.0" default="1.1"/>
57
58       <number id="speed-wy" type="slider" arg="-speed-wy %"
59               _label="WY Rotation Speed"
60               _low-label="-4.0" _high-label="4.0"
61               low="-4.0" high="4.0" default="1.3"/>
62
63       <number id="speed-wz" type="slider" arg="-speed-wz %"
64               _label="WZ Rotation Speed"
65               _low-label="-4.0" _high-label="4.0"
66               low="-4.0" high="4.0" default="1.5"/>
67
68     </vgroup>
69
70     <vgroup>
71
72       <number id="speed-xy" type="slider" arg="-speed-xy %"
73               _label="XY Rotation Speed"
74               _low-label="-4.0" _high-label="4.0"
75               low="-4.0" high="4.0" default="1.7"/>
76     
77       <number id="speed-xz" type="slider" arg="-speed-xz %"
78               _label="XZ Rotation Speed"
79               _low-label="-4.0" _high-label="4.0"
80               low="-4.0" high="4.0" default="1.9"/>
81     
82       <number id="speed-yz" type="slider" arg="-speed-yz %"
83               _label="YZ Rotation Speed"
84               _low-label="-4.0" _high-label="4.0"
85               low="-4.0" high="4.0" default="2.1"/>
86     
87     </vgroup>
88
89   </hgroup>
90
91   <number id="speed" type="slider" arg="-delay %"
92           _label="Display Speed" _low-label="Slow" _high-label="Fast"
93           low="0" high="40000" default="25000"
94           convert="invert"/>
95
96   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
97
98   <_description>
99 This program shows one of the six regular 4D polytopes rotating in 4D.
100 Written by Carsten Steger, inspired by H.S.M Coxeter's book "Regular
101 Polytopes", 3rd Edition, Dover Publications, Inc., 1973, and Thomas
102 Banchoff's book "Beyond the Third Dimension: Geometry, Computer
103 Graphics, and Higher Dimensions", Scientific American Library, 1990.
104   </_description>
105 </screensaver>