3e33f827923d471e603360f68e8a7f2a9e782e85
[xscreensaver] / hacks / glx / dangerball.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 dangerball - a 3D ball that periodically extrudes spikes. Ouch!
4 .SH SYNOPSIS
5 .B dangerball
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-count \fInumber\fP]
13 [\-no-wander]
14 [\-no-spin]
15 [\-wireframe]
16 [\-fps]
17 .SH DESCRIPTION
18 Draws a ball that periodically extrudes many random spikes. Ouch!
19 .SH OPTIONS
20 .TP 8
21 .B \-visual \fIvisual\fP
22 Specify which visual to use.  Legal values are the name of a visual class,
23 or the id number (decimal or hex) of a specific visual.
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
33 .TP 8
34 .B \-speed \fInumber\fP
35 Spike growth frequency.  0.0 - 0.25.  Default: 0.05.
36 .TP 8
37 .B \-count \fInumber\fP
38 Number o spikes.  Default: 30.
39 .TP 8
40 .B \-wander | \-no-wander
41 Whether the object should wander around the screen.
42 .TP 8
43 .B \-spin | \-no-spin
44 Whether the object should spin.
45 .TP 8
46 .B \-wireframe | \-no-wireframe
47 Render in wireframe instead of solid.
48 .TP 8
49 .B \-fps
50 Display the current frame rate, CPU load, and polygon count.
51 .SH ENVIRONMENT
52 .PP
53 .TP 8
54 .B DISPLAY
55 to get the default host and display number.
56 .TP 8
57 .B XENVIRONMENT
58 to get the name of a resource file that overrides the global resources
59 stored in the RESOURCE_MANAGER property.
60 .SH SEE ALSO
61 .BR X (1),
62 .BR xscreensaver (1)
63 .SH COPYRIGHT
64 Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify, 
65 distribute, and sell this software and its documentation for any purpose is 
66 hereby granted without fee, provided that the above copyright notice appear 
67 in all copies and that both that copyright notice and this permission notice
68 appear in supporting documentation.  No representations are made about the 
69 suitability of this software for any purpose.  It is provided "as is" without
70 express or implied warranty.
71 .SH AUTHOR
72 Jamie Zawinski.