http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / glplanet.xml
index 42a75f2bc71c8b912e79c98efd255710d593ce3b..b58cd21d6049ec3ebf6854f39b3126d2dc14436b 100644 (file)
@@ -4,9 +4,6 @@
 
   <command arg="-root"/>
 
-  <!-- #### -no-rotate -->
-  <!-- #### -no-roll -->
-  <!-- #### -no-bounce -->
   <!-- #### -no-texture -->
   <!-- #### -no-stars -->
 
     <option id="light" _label="Use Lighting"/>
   </select>
 
-  <file id="bitmap" _label="Image File" arg="-bitmap %"/>
+  <file id="bitmap" _label="Image File" arg="-image %"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="15000"
+          low="0" high="50000" default="20000"
           convert="invert"/>
 
-  <select id="render">
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-    <option id="solid" _label="Solid"/>
-  </select>
+  <hgroup>
+   <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
+   <boolean id="rotate" _label="Rotate"    arg-unset="-no-rotate"/>
+   <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
+   <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
+  </hgroup>
 
+  <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
-Draws a planet bouncing around in space.  Written by David Konerding.
+Draws a planet bouncing around in space.
 The built-in image is a map of the earth (extracted from `xearth'),
 but you can wrap any texture around the sphere, e.g., the planetary
 textures that come with `ssystem'.
+
+Written by David Konerding; 1998.
   </_description>
 </screensaver>