http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / cubenetic.xml
index a3ca352a3f9010a3e2c76b5a494b140588e8013b..ffe465bc3ece707e0ba92fee380efc8c93fe7ea0 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="Display Wireframe" arg-set="-wireframe"/>
-    <option id="textured" _label="Display Surface Patterns"/>
-    <option id="solid"    _label="Display Solid Colors" arg-set="-no-texture"/>
-  </select>
-
   <number id="wave-speed" type="slider" arg="-wave-speed %"
           _label="Surface Pattern Speed" _low-label="Slow" _high-label="Fast"
           low="5" high="150" default="80"/>
           _low-label="Low" _high-label="High"
           low="1" high="20" default="3"/>
 
+  <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
+  <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
 Draws a pulsating set of overlapping boxes with ever-chaning blobby
 patterns undulating across their surfaces.  It's sort of a cubist Lavalite.
-Written by Jamie Zawinski.
+
+Written by Jamie Zawinski; 2002.
   </_description>
 </screensaver>