5d016e09ac0e84a60addf49795cbade24f7e952f
[xscreensaver] / hacks / glx / blocktube.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 blocktube - draws a swirling, falling tunnel of reflective slabs
4 .SH SYNOPSIS
5 .B blocktube
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-holdtime \fInumber\fP]
12 [\-changetime \fInumber\fP]
13 [\-no-texture]
14 [\-no-fog]
15 [\-wireframe]
16 [\-fps]
17 .SH DESCRIPTION
18 Blocktube draws a swirling, falling tunnel of reflective slabs. They fade 
19 from hue to hue.
20 .SH OPTIONS
21 .TP 8
22 .B \-visual \fIvisual\fP
23 Specify which visual to use.  Legal values are the name of a visual class,
24 or the id number (decimal or hex) of a specific visual.
25 .TP 8
26 .B \-window
27 Draw on a newly-created window.  This is the default.
28 .TP 8
29 .B \-root
30 Draw on the root window.
31 .TP 8
32 .B \-delay \fInumber\fP
33 Per-frame delay, in microseconds.  Default: 40000 (0.04 seconds.).
34 .TP 8
35 .B \-holdtime \fInumber\fP
36 How long to stay on the same color.  Default: 1000 frames.
37 .TP 8
38 .B \-changetime \fInumber\fP
39 How long it takes to fade to a new color.  Default: 200 frames.
40 .TP 8
41 .B \-no-texture
42 Draw solid blocks intstead of reflective blocks.
43 .TP 8
44 .B \-no-fog
45 Do not make blocks in the distance be darker.
46 .TP 8
47 .B \-wireframe
48 Only draw outlines.
49 .TP 8
50 .B \-fps
51 Display the current frame rate, CPU load, and polygon count.
52 .SH ENVIRONMENT
53 .PP
54 .TP 8
55 .B DISPLAY
56 to get the default host and display number.
57 .TP 8
58 .B XENVIRONMENT
59 to get the name of a resource file that overrides the global resources
60 stored in the RESOURCE_MANAGER property.
61 .SH SEE ALSO
62 .BR X (1),
63 .BR xscreensaver (1)
64 .SH COPYRIGHT
65 Copyright \(co 2003 by Lars Damerow.  Permission to use, copy, modify, 
66 distribute, and sell this software and its documentation for any purpose is 
67 hereby granted without fee, provided that the above copyright notice appear 
68 in all copies and that both that copyright notice and this permission notice
69 appear in supporting documentation.  No representations are made about the 
70 suitability of this software for any purpose.  It is provided "as is" without
71 express or implied warranty.
72 .SH AUTHOR
73 Lars Damerow <lars@oddment.org>