http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / glplanet.xml
index 9dff6aca0927543f85fe0a157f7ab34f5a029204..2ad5eabf55c9f3465aa8f63f98e78e3d605c31c2 100644 (file)
@@ -4,25 +4,15 @@
 
   <command arg="-root"/>
 
-  <!-- #### -no-texture -->
-  <!-- #### -no-stars -->
-
-  <select id="render">
-    <option id="flat"  _label="Use Flat Coloring" arg-set="-no-light"/>
-    <option id="light" _label="Use Lighting"/>
-  </select>
-
-  <file id="bitmap" _label="Image File" arg="-image %"/>
-
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <select id="render">
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-    <option id="solid" _label="Solid"/>
-  </select>
+  <!-- #### -no-texture -->
+  <!-- #### -no-stars -->
+
+  <file id="bitmap" _label="Image file" arg="-image %"/>
 
   <hgroup>
    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
    <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
   </hgroup>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <hgroup>
+   <boolean id="light"   _label="Lighting"               arg-unset="-no-light"/>
+   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  </hgroup>
 
   <_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>