From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / glhanoi.man
index 789b03ae6c430558d85cdc0d0b9edddb7944d4e7..2060cde90f330ccbe01325d34e0a719238326b53 100644 (file)
@@ -9,8 +9,8 @@ glhanoi - OpenGL Towers of Hanoi
 [\-root]
 [\-delay \fInumber\fP]
 [\-count \fInumber\fP]
+[\-poles \fInumber\fP]
 [\-speed \fInumber\fP]
-[\-rotspeed \fInumber\fP]
 [\-wireframe]
 [\-light]
 [\-texture]
@@ -33,23 +33,26 @@ Draw on the root window.
 .B \-delay \fInumber\fP
 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
 .TP 8
-.B \-speed \fInumber\fP
-Speed of disk animation. Default: 12.0 er, units per second. Let's call them metres.
-.TP 8
-.B \-rotspeed \fInumber\fP
-Speed of disk animation. Default: 0.1 rads per second.
-.TP 8
 .B \-count \fInumber\fP
 Number of disks.  Default: 7.
 .TP 8
+.B \-poles \fInumber\fP
+Number of poles.  Default: random from 3 to disks+1.
+.TP 8
+.B \-speed \fInumber\fP
+Speed multiplier (for smallest disks).  Default: 1.
+.TP 8
+.B \-trails \fInumber\fP
+Length of disk trails, in seconds.  Default: 2.
+.TP 8
 .B \-wireframe | \-no-wireframe
 Render in wireframe instead of solid.
 .TP 8
 .B \-fog | \-no-fog
 Render in fog.
 .TP 8
-.B \-fps | \-no-fps
-Whether to show a frames-per-second display at the bottom of the screen.
+.B \-fps
+Display the current frame rate, CPU load, and polygon count.
 .TP 8
 .B \-light | -no-light
 Whether the scene is lit.