e11d479ea1a3b688196ac78e542f98cc22106f97
[xscreensaver] / hacks / glx / cubenetic.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 cubenetic - cubist 3D undulating blob.
4 .SH SYNOPSIS
5 .B cubenetic
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-count \fInumber\fP]
12 [\-no-wander]
13 [\-no-spin]
14 [\-spin \fI[XYZ]\fP]
15 [\-wireframe]
16 [\-no-texture]
17 [\-wave-speed \fInumber\fP]
18 [\-wave-radius \fInumber\fP]
19 [\-waves \fInumber\fP]
20 [\-fps]
21 .SH DESCRIPTION
22 Draws a pulsating set of overlapping boxes with ever-chaning blobby
23 patterns undulating across their surfaces.
24 .SH OPTIONS
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-window
31 Draw on a newly-created window.  This is the default.
32 .TP 8
33 .B \-root
34 Draw on the root window.
35 .TP 8
36 .B \-delay \fInumber\fP
37 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
38 .TP 8
39 .B \-count \fInumber\fP
40 How many boxes make up the object.  Default: 5.
41 .TP 8
42 .B \-wander | \-no-wander
43 Whether the object should wander around the screen.
44 .TP 8
45 .B \-spin \fI[XYZ]\fP
46 Around which axes should the object spin?
47 .TP 8
48 .B \-no-spin
49 Don't spin.
50 .TP 8
51 .B \-wireframe
52 Render in wireframe instead of solid.
53 .TP 8
54 .B \-texture | \-no-texture
55 Display Solid Colors.
56 .TP 8
57 .B \-wave-speed \fInumber\fP
58 Surface Pattern Speed.  5 - 150.  Default: 80.
59 .TP 8
60 .B \-wave-radius \fInumber\fP
61 Surface Pattern Overlap.  5 - 600.  Default: 512.
62 .TP 8
63 .B \-waves \fInumber\fP
64 Surface Pattern Complexity.  1 - 20.  Default: 3.
65 .TP 8
66 .B \-fps
67 Display the current frame rate, CPU load, and polygon count.
68 .SH ENVIRONMENT
69 .PP
70 .TP 8
71 .B DISPLAY
72 to get the default host and display number.
73 .TP 8
74 .B XENVIRONMENT
75 to get the name of a resource file that overrides the global resources
76 stored in the RESOURCE_MANAGER property.
77 .SH SEE ALSO
78 .BR X (1),
79 .BR xscreensaver (1)
80 .SH COPYRIGHT
81 Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify, 
82 distribute, and sell this software and its documentation for any purpose is 
83 hereby granted without fee, provided that the above copyright notice appear 
84 in all copies and that both that copyright notice and this permission notice
85 appear in supporting documentation.  No representations are made about the 
86 suitability of this software for any purpose.  It is provided "as is" without
87 express or implied warranty.
88 .SH AUTHOR
89 Jamie Zawinski.