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