X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Frocks.man;h=1d391306169d09bbd383e3ab4b38e8226fd4bacf;hb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;hp=af45f894a1dbb3ce5dfc0bd5c5b3433ee110f67a;hpb=6edc84f12f15860a71430c45e8392a5e4ef8203c;p=xscreensaver diff --git a/hacks/rocks.man b/hacks/rocks.man index af45f894..1d391306 100644 --- a/hacks/rocks.man +++ b/hacks/rocks.man @@ -3,7 +3,7 @@ rocks - animation of flying through an asteroid field .SH SYNOPSIS .B rocks -[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-install] [\-visual \fIvisual\fP] [\-count \fIinteger\fP] [\-delay \fIusecs\fP] [\-speed \fIinteger\fP] [\-norotate] +[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-ncolors \fIn\fP] [\-install] [\-visual \fIvisual\fP] [\-count \fIinteger\fP] [\-delay \fIusecs\fP] [\-speed \fIinteger\fP] [\-norotate] [\-nomove] [\-3d] .SH DESCRIPTION The \fIrocks\fP program draws an animation of an asteroid field moving past the observer (or vice versa). Sometimes the observer picks up spin on Z axis. @@ -17,6 +17,12 @@ Draw on a newly-created window. This is the default. .B \-root Draw on the root window. .TP 8 +.B \-mono +Make all the rocks the same color. +.TP 8 +.B \-ncolors colors +How many different colors to use. Default 5. Colors are chosen randomly. +.TP 8 .B \-install Install a private colormap for the window. .TP 8 @@ -38,7 +44,14 @@ Number of microseconds to delay between each frame. Default 50000, meaning about 1/20th second. Compare and contrast with \fI\-speed\fP, above. .TP 8 .B \-norotate -Don't rotate the observer; just fly straight through the field. +Don't rotate the observer; just fly through the field on the level. +.TP 8 +.B \-nomove +Don't turn the observer; just fly straight ahead through the field. +.TP 8 +.B \-3d +Do red/blue 3d separations: if you look at the screen with 3d glasses, +the rocks will be \fIjumping\fP right \fIout\fP at you. Oooooh, scaaary! .SH ENVIRONMENT .PP .TP 8 @@ -68,4 +81,6 @@ express or implied warranty. .SH AUTHOR Based on Lisp Machine code copyright 1988 John Nguyen . -Ported to C and X by Jamie Zawinski , 13-aug-92. +Ported to C and X by Jamie Zawinski , 13-aug-92. + +Steering code by Jeremie Petit; 3D code by theiling@coli.uni-sb.de.