http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / polytopes.xml
index 34e5a2f7917611abc6d0171d159e21956cf67647..da7d038cb11d2d1d352eefc3ede0cd605eed6686 100644 (file)
@@ -4,47 +4,49 @@
 
   <command arg="-root"/>
 
-  <select id="display-mode">
-    <option id="wire" _label="Wireframe Mesh"
-            arg-set="-wireframe"/>
-    <option id="surface" _label="Solid Surface"
-            arg-set="-surface"/>
-    <option id="transparent" _label="Transparent Surface"/>
-  </select>
-
-  <select id="polytope">
-    <option id="random" _label="Random Object"/>
-    <option id="cell-5" _label="5-Cell (Hyper-Tetrahedron)"
-            arg-set="-5-cell"/>
-    <option id="cell-8" _label="8-Cell (Hypercube / Tesseract)"
-            arg-set="-8-cell"/>
-    <option id="cell-16" _label="16-Cell (Hyper-Octahedron)"
-            arg-set="-16-cell"/>
-    <option id="cell-24" _label="24-Cell"
-            arg-set="-24-cell"/>
-    <option id="cell-120" _label="120-Cell"
-            arg-set="-120-cell"/>
-    <option id="cell-600" _label="600-Cell"
-            arg-set="-600-cell"/>
-  </select>
-
-  <select id="colors">
-    <option id="single" _label="Single Color"
-            arg-set="-single-color"/>
-    <option id="depth" _label="Colors By 4D Depth"/>
-  </select>
-
-  <select id="projection3d">
-    <option id="perspective-3d" _label="Perspective 3d"/>
-    <option id="orthographic-3d" _label="Orthographic 3d"
-            arg-set="-orthographic-3d"/>
-  </select>
-
-  <select id="projection4d">
-    <option id="perspective-4d" _label="Perspective 4d"/>
-    <option id="orthographic-4d" _label="Orthographic 4d"
-            arg-set="-orthographic-4d"/>
-  </select>
+  <hgroup>
+    <select id="display-mode">
+      <option id="wire" _label="Wireframe Mesh"   arg-set="-mode 0"/>
+      <option id="surface" _label="Solid Surface" arg-set="-mode 1"/>
+      <option id="transparent" _label="Transparent Surface"/>
+    </select>
+
+    <select id="polytope">
+      <option id="random" _label="Random Object"/>
+      <option id="cell-5" _label="5-Cell (Hyper-Tetrahedron)"
+              arg-set="-polytope 0"/>
+      <option id="cell-8" _label="8-Cell (Hypercube / Tesseract)"
+              arg-set="-polytope 1"/>
+      <option id="cell-16" _label="16-Cell (Hyper-Octahedron)"
+              arg-set="-polytope 2"/>
+      <option id="cell-24" _label="24-Cell"
+              arg-set="-polytope 3"/>
+      <option id="cell-120" _label="120-Cell"
+              arg-set="-polytope 4"/>
+      <option id="cell-600" _label="600-Cell"
+              arg-set="-polytope 5"/>
+    </select>
+  </hgroup>
+
+  <hgroup>
+    <select id="colors">
+      <option id="single" _label="Single Color"
+              arg-set="-single-color"/>
+      <option id="depth" _label="Colors By 4D Depth"/>
+    </select>
+
+    <select id="projection3d">
+      <option id="perspective-3d" _label="Perspective 3d"/>
+      <option id="orthographic-3d" _label="Orthographic 3d"
+              arg-set="-orthographic-3d"/>
+    </select>
+
+    <select id="projection4d">
+      <option id="perspective-4d" _label="Perspective 4d"/>
+      <option id="orthographic-4d" _label="Orthographic 4d"
+              arg-set="-orthographic-4d"/>
+    </select>
+  </hgroup>
 
   <hgroup>
 
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
+
 This program shows one of the six regular 4D polytopes rotating in 4D.
-Written by Carsten Steger, inspired by H.S.M Coxeter's book "Regular
-Polytopes", 3rd Edition, Dover Publications, Inc., 1973, and Thomas
-Banchoff's book "Beyond the Third Dimension: Geometry, Computer
-Graphics, and Higher Dimensions", Scientific American Library, 1990.
+Inspired by H.S.M Coxeter's book "Regular Polytopes", 3rd Edition,
+Dover Publications, Inc., 1973, and Thomas Banchoff's book "Beyond the
+Third Dimension: Geometry, Computer Graphics, and Higher Dimensions",
+Scientific American Library, 1990.
+
+Written by Carsten Steger; 2003.
   </_description>
 </screensaver>