8792a6f7c57cc71acb5464bf78d16d46c97d32e8
[xscreensaver] / hacks / glx / topblock.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 topblock - a 3D world of falling blocks that build up and up.
4 .SH SYNOPSIS
5 .B topblock
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-wireframe]
12 [\-fps]
13 [\-size \fInumber\fP]
14 [\-spawn \fInumber\fP]
15 [\-camX \fInumber\fP]
16 [\-camY \fInumber\fP]
17 [\-camZ \fInumber\fP]
18 [\-rotate]
19 [\-no-carpet]
20 [\-no-nipples]
21 [\-blob]
22 [\-rotateSpeed \fInumber\fP]
23 [\-follow]
24 [\-maxFalling \fInumber\fP]
25 [\-resolution \fInumber\fP]
26 [\-maxColors \fInumber\fP]
27 [\-dropSpeed \fInumber\fP]
28 [\-override]
29 .SH DESCRIPTION
30 Creates a world of falling blocks that build up and up.
31 .SH OPTIONS
32 .TP 8
33 .B \-visual \fIvisual\fP
34 Specify which visual to use.  Legal values are the name of a visual class,
35 or the id number (decimal or hex) of a specific visual.
36 .TP 8
37 .B \-window
38 Draw on a newly-created window.  This is the default.
39 .TP 8
40 .B \-root
41 Draw on the root window.
42 .TP 8
43 .B \-delay \fInumber\fP
44 Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
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 .TP 8
52 .B \-size \fInumber\fP
53 Size of the base/carpet.
54 .TP 8
55 .B \-spawn \fInumber\fP
56 Likeyhood of a new block being created per frame : 1 high, 1000 very low.
57 .TP 8
58 .B \-camX \fInumber\fP
59 Initial camera X location in the world.
60 .TP 8
61 .B \-camY \fInumber\fP
62 Initial camera Y location in the world.
63 .TP 8
64 .B \-camZ \fInumber\fP
65 Initial camera Z location in the world.
66 .TP 8
67 .B \-rotate | -no-rotate
68 Add/Remove rotation to/from the animation.
69 .TP 8
70 .B \-no-carpet
71 Remove the base/carpet.
72 .TP 8
73 .B \-no-nipples
74 Remove nipples on the blocks (also applies to udders) (has no effect in blob mode).
75 .TP 8
76 .B \-blob
77 Run in blob mode, blocks become over sized spheres.
78 .TP 8
79 .B \-rotateSpeed \fInumber\fP
80 Varries speed of world rotation.
81 .TP 8
82 .B \-follow
83 Camera follows blocks as they fall instead of camera being semi static (stays with top block).
84 .TP 8
85 .B \-maxFalling \fInumber\fP
86 Maximum number of objects created before recycling occurs.
87 .TP 8
88 .B \-resolution \fInumber\fP
89 Resolution of tubes, disks and spheres.
90 .TP 8
91 .B \-maxColors \fInumber\fP
92 Number of different colors available to falling objects.
93 .TP 8
94 .B \-dropSpeed \fInumber\fP
95 Varries speed of falling objects.
96 .TP 8
97 .B \-override
98 Overrides camera settings and provides a tunnel view.
99
100 .SH KEYS
101 .PP
102 .TP 8
103 .B a
104 Increases viewing X coordinate.
105 .TP 8
106 .B z
107 Decreases viewing X coordinate.
108 .TP 8
109 .B s
110 Increases viewing Y coordinate.
111 .TP 8
112 .B x
113 Decreases viewing Y coordinate.
114 .TP 8
115 .B d
116 Increases viewing Z coordinate.
117 .TP 8
118 .B c
119 Decreases viewing Z coordinate.
120 ..UR <address>
121 .UE
122 TP 8
123 .B f
124 Increases camera location X coordinate.
125 .TP 8
126 .B v
127 Decreases camera location X coordinate.
128 .TP 8
129 .B g
130 Increases camera location Y coordinate.
131 .TP 8
132 .B b
133 Decreases camera location Y coordinate.
134 .TP 8
135 .B h
136 Increases camera location Z coordinate.
137 .TP 8
138 .B n
139 Decreases camera location Z coordinate.
140 .TP 8
141 .B r
142 Increases world rotation.
143 .TP 8
144 .B q
145 quit.
146 .SH EXAMPLES
147 To see which block follow-mode is tracking, set the number of block colors to 1.
148 .TP 8
149 .B topblock -follow -maxColors 1
150 .SH ENVIRONMENT
151 .PP
152 .TP 8
153 .B DISPLAY
154 to get the default host and display number.
155 .TP 8
156 .B XENVIRONMENT
157 to get the name of a resource file that overrides the global resources
158 stored in the RESOURCE_MANAGER property.
159 .SH SEE ALSO
160 .BR X (1),
161 .BR xscreensaver (1)
162 .SH COPYRIGHT
163 Copyright \(co 2006 by rednuht.  Permission to use, copy, modify, 
164 distribute, and sell this software and its documentation for any purpose is 
165 hereby granted without fee, provided that the above copyright notice appear 
166 in all copies and that both that copyright notice and this permission notice
167 appear in supporting documentation.  No representations are made about the 
168 suitability of this software for any purpose.  It is provided "as is" without
169 express or implied warranty.
170 .SH AUTHOR
171 rednuht <topblock.xscreensaver@jumpstation.co.uk> 
172 <http://www.jumpstation.co.uk/xscreensaver/topblock/>