1 .TH XScreenSaver 1 "13-aug-92" "X Version 11"
3 rocks - animation of flying through an asteroid field
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]
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.
12 accepts the following options:
15 Draw on a newly-created window. This is the default.
18 Draw on the root window.
21 Install a private colormap for the window.
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.
27 .B \-count \fIinteger\fP
28 Maximum number of rocks to draw on the screen at once. Default 100.
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.
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.
41 Don't rotate the observer; just fly through the field on the level.
44 Don't turn the observer; just fly straight ahead through the field.
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!
53 to get the default host and display number.
56 to get the name of a resource file that overrides the global resources
57 stored in the RESOURCE_MANAGER property.
62 There should be an option to display doppler shift (a gravity rainbow.)
64 Speed of rotation should be settable.
66 Default speed of rotation should be relative to forward velocity.
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.
76 Based on Lisp Machine code copyright 1988 John Nguyen <johnn@hx.lcs.mit.edu>.
78 Ported to C and X by Jamie Zawinski <jwz@netscape.com>, 13-aug-92.
80 Steering code by Jeremie Petit; 3D code by theiling@coli.uni-sb.de.