source: trunk/third/xscreensaver/hacks/rocks.man @ 12203

Revision 12203, 3.1 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "13-aug-92" "X Version 11"
2.SH NAME
3rocks - animation of flying through an asteroid field
4.SH SYNOPSIS
5.B rocks
6[\-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]
7.SH DESCRIPTION
8The \fIrocks\fP program draws an animation of an asteroid field moving past
9the observer (or vice versa).  Sometimes the observer picks up spin on Z axis.
10.SH OPTIONS
11.I rocks
12accepts the following options:
13.TP 8
14.B \-window
15Draw on a newly-created window.  This is the default.
16.TP 8
17.B \-root
18Draw on the root window.
19.TP 8
20.B \-mono
21Make all the rocks the same color.
22.TP 8
23.B \-ncolors colors
24How many different colors to use.  Default 5.  Colors are chosen randomly.
25.TP 8
26.B \-install
27Install a private colormap for the window.
28.TP 8
29.B \-visual \fIvisual\fP
30Specify which visual to use.  Legal values are the name of a visual class,
31or the id number (decimal or hex) of a specific visual.
32.TP 8
33.B \-count \fIinteger\fP
34Maximum number of rocks to draw on the screen at once.  Default 100.
35.TP 8
36.B \-speed \fIinteger\fP
37A measure of the speed with which the observer and the rocks pass each other,
38from 1 to 100.  Default 100, meaning ``very fast.''  If you're on a slow
39display connection (the animation looks jerky) then try making this number
40smaller, and/or decreasing the number of rocks.
41.TP 8
42.B \-delay \fImicroseconds\fP
43Number of microseconds to delay between each frame.  Default 50000, meaning
44about 1/20th second.  Compare and contrast with \fI\-speed\fP, above.
45.TP 8
46.B \-norotate
47Don't rotate the observer; just fly through the field on the level.
48.TP 8
49.B \-nomove
50Don't turn the observer; just fly straight ahead through the field.
51.TP 8
52.B \-3d
53Do red/blue 3d separations: if you look at the screen with 3d glasses,
54the rocks will be \fIjumping\fP right \fIout\fP at you.  Oooooh, scaaary!
55.SH ENVIRONMENT
56.PP
57.TP 8
58.B DISPLAY
59to get the default host and display number.
60.TP 8
61.B XENVIRONMENT
62to get the name of a resource file that overrides the global resources
63stored in the RESOURCE_MANAGER property.
64.SH SEE ALSO
65.BR X (1),
66.BR xscreensaver (1)
67.SH BUGS
68There should be an option to display doppler shift (a gravity rainbow.)
69
70Speed of rotation should be settable.
71
72Default speed of rotation should be relative to forward velocity.
73.SH COPYRIGHT
74Copyright \(co 1992 by Jamie Zawinski.  Permission to use, copy, modify,
75distribute, and sell this software and its documentation for any purpose is
76hereby granted without fee, provided that the above copyright notice appear
77in all copies and that both that copyright notice and this permission notice
78appear in supporting documentation.  No representations are made about the
79suitability of this software for any purpose.  It is provided "as is" without
80express or implied warranty.
81.SH AUTHOR
82Based on Lisp Machine code copyright 1988 John Nguyen <johnn@hx.lcs.mit.edu>.
83
84Ported to C and X by Jamie Zawinski <jwz@jwz.org>, 13-aug-92.
85
86Steering code by Jeremie Petit; 3D code by theiling@coli.uni-sb.de.
Note: See TracBrowser for help on using the repository browser.