http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[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   <hgroup>
8     <select id="display-mode">
9       <option id="wire" _label="Wireframe Mesh"   arg-set="-mode 0"/>
10       <option id="surface" _label="Solid Surface" arg-set="-mode 1"/>
11       <option id="transparent" _label="Transparent Surface"/>
12     </select>
13
14     <select id="polytope">
15       <option id="random" _label="Random Object"/>
16       <option id="cell-5" _label="5-Cell (Hyper-Tetrahedron)"
17               arg-set="-polytope 0"/>
18       <option id="cell-8" _label="8-Cell (Hypercube / Tesseract)"
19               arg-set="-polytope 1"/>
20       <option id="cell-16" _label="16-Cell (Hyper-Octahedron)"
21               arg-set="-polytope 2"/>
22       <option id="cell-24" _label="24-Cell"
23               arg-set="-polytope 3"/>
24       <option id="cell-120" _label="120-Cell"
25               arg-set="-polytope 4"/>
26       <option id="cell-600" _label="600-Cell"
27               arg-set="-polytope 5"/>
28     </select>
29   </hgroup>
30
31   <hgroup>
32     <select id="colors">
33       <option id="single" _label="Single Color"
34               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   </hgroup>
50
51   <hgroup>
52
53     <vgroup>
54
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     </vgroup>
71
72     <vgroup>
73
74       <number id="speed-xy" type="slider" arg="-speed-xy %"
75               _label="XY Rotation Speed"
76               _low-label="-4.0" _high-label="4.0"
77               low="-4.0" high="4.0" default="1.7"/>
78     
79       <number id="speed-xz" type="slider" arg="-speed-xz %"
80               _label="XZ Rotation Speed"
81               _low-label="-4.0" _high-label="4.0"
82               low="-4.0" high="4.0" default="1.9"/>
83     
84       <number id="speed-yz" type="slider" arg="-speed-yz %"
85               _label="YZ Rotation Speed"
86               _low-label="-4.0" _high-label="4.0"
87               low="-4.0" high="4.0" default="2.1"/>
88     
89     </vgroup>
90
91   </hgroup>
92
93   <number id="delay" type="slider" arg="-delay %"
94           _label="Display Speed" _low-label="Slow" _high-label="Fast"
95           low="0" high="40000" default="25000"
96           convert="invert"/>
97
98   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
99
100   <_description>
101
102 This program shows one of the six regular 4D polytopes rotating in 4D.
103 Inspired by H.S.M Coxeter's book "Regular Polytopes", 3rd Edition,
104 Dover Publications, Inc., 1973, and Thomas Banchoff's book "Beyond the
105 Third Dimension: Geometry, Computer Graphics, and Higher Dimensions",
106 Scientific American Library, 1990.
107
108 Written by Carsten Steger; 2003.
109   </_description>
110 </screensaver>