http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / hyperball.xml
index 61e31f10de900ac5cdf10308669c6fce8364146d..b8ecd2c79323a20f8e8099a00c5afa95984b0849 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="hyperball" _label="Hyperball">
+<screensaver name="hyperball" _label="HyperBall">
 
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
 <!--
   <hgroup>
     <vgroup>
       <number id="xw" type="slider" arg="-xw %"
-              _label="XW Rotation" _low-label="Low" _high-label="High"
+              _label="XW rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="0"/>
       <number id="xy" type="slider" arg="-xy %"
-              _label="XY Rotation" _low-label="Low" _high-label="High"
+              _label="XY rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="3"/>
       <number id="xz" type="slider" arg="-xz %"
-              _label="XZ Rotation" _low-label="Low" _high-label="High"
+              _label="XZ rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="5"/>
     </vgroup>
     <vgroup>
       <number id="yw" type="slider" arg="-yw %"
-              _label="YW Rotation" _low-label="Low" _high-label="High"
+              _label="YW rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="10"/>
       <number id="yz" type="slider" arg="-yz %"
-              _label="YZ Rotation" _low-label="Low" _high-label="High"
+              _label="YZ rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="0"/>
       <number id="zw" type="slider" arg="-zw %"
-              _label="ZW Rotation" _low-label="Low" _high-label="High"
+              _label="ZW rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="0"/>
     </vgroup>
   </hgroup>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 Hyperball is to hypercube as dodecahedron is to cube: this displays
 a 2D projection of the sequence of 3D objects which are the projections
@@ -48,6 +50,9 @@ polytope".
 
 See also "polytopes" for a more general version of this using OpenGL.
 
+http://en.wikipedia.org/wiki/Hypercube
+http://en.wikipedia.org/wiki/Regular_polytope
+
 Written by Joe Keane; 2000.
   </_description>
 </screensaver>