http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / menger.xml
index 9ec5d4c1851947d4c1672ce1dd89780b2bf9583c..66b7ee707e2e94aca0ea6560a2c703e6417a9d18 100644 (file)
   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
 
   <select id="rotation">
-    <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
-    <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
-    <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
-    <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
+    <option id="no"  _label="Don't Rotate"               arg-set="-spin 0"/>
+    <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
+    <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
+    <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
     <option id="xyz" _label="Rotate around all three axes"/>
   </select>
 
-  <select id="render">
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-    <option id="solid" _label="Solid"/>
-  </select>
-
+  <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
 This draws the three-dimensional variant of the recursive Menger
 Gasket, a cube-based fractal object analagous to the Sierpinski
-Tetrahedron.  Written by Jamie Zawinski.
+Tetrahedron.
+
+Written by Jamie Zawinski; 2001.
   </_description>
 </screensaver>