1topblock(6x) XScreenSaver manual topblock(6x)
2
3
4
6 topblock - a 3D world of falling blocks that build up and up.
7
9 topblock [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay number] [--wireframe] [--fps]
11 [--size number] [--spawn number] [--camX number] [--camY number]
12 [--camZ number] [--rotate] [--no-carpet] [--no-nipples] [--blob] [--ro‐
13 tateSpeed number] [--follow] [--maxFalling number] [--resolution num‐
14 ber] [--maxColors number] [--dropSpeed number] [--override]
15
17 Creates a world of falling blocks that build up and up.
18
20 --visual visual
21 Specify which visual to use. Legal values are the name of a
22 visual class, or the id number (decimal or hex) of a specific
23 visual.
24
25 --window
26 Draw on a newly-created window. This is the default.
27
28 --root Draw on the root window.
29
30 --window-id number
31 Draw on the specified window.
32
33 --delay number
34 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
35 onds.).
36
37 --wireframe | --no-wireframe
38 Render in wireframe instead of solid.
39
40 --fps Display the current frame rate, CPU load, and polygon count.
41
42 --size number
43 Size of the base/carpet.
44
45 --spawn number
46 Likeyhood of a new block being created per frame : 1 high, 1000
47 very low.
48
49 --camX number
50 Initial camera X location in the world.
51
52 --camY number
53 Initial camera Y location in the world.
54
55 --camZ number
56 Initial camera Z location in the world.
57
58 --rotate | -no-rotate
59 Add/Remove rotation to/from the animation.
60
61 --no-carpet
62 Remove the base/carpet.
63
64 --no-nipples
65 Remove nipples on the blocks (also applies to udders) (has no
66 effect in blob mode).
67
68 --blob Run in blob mode, blocks become over sized spheres.
69
70 --rotateSpeed number
71 Varries speed of world rotation.
72
73 --follow
74 Camera follows blocks as they fall instead of camera being semi
75 static (stays with top block).
76
77 --maxFalling number
78 Maximum number of objects created before recycling occurs.
79
80 --resolution number
81 Resolution of tubes, disks and spheres.
82
83 --maxColors number
84 Number of different colors available to falling objects.
85
86 --dropSpeed number
87 Varries speed of falling objects.
88
89 --override
90 Overrides camera settings and provides a tunnel view.
91
92
94 a Increases viewing X coordinate.
95
96 z Decreases viewing X coordinate.
97
98 s Increases viewing Y coordinate.
99
100 x Decreases viewing Y coordinate.
101
102 d Increases viewing Z coordinate.
103
104 c Decreases viewing Z coordinate.
105
106 f Increases camera location X coordinate.
107
108 v Decreases camera location X coordinate.
109
110 g Increases camera location Y coordinate.
111
112 b Decreases camera location Y coordinate.
113
114 h Increases camera location Z coordinate.
115
116 n Decreases camera location Z coordinate.
117
118 r Increases world rotation.
119
120 q quit.
121
123 To see which block follow-mode is tracking, set the number of block
124 colors to 1.
125
126 topblock -follow -maxColors 1
127
129 DISPLAY to get the default host and display number.
130
131 XENVIRONMENT
132 to get the name of a resource file that overrides the global
133 resources stored in the RESOURCE_MANAGER property.
134
135 XSCREENSAVER_WINDOW
136 The window ID to use with --root.
137
139 X(1), xscreensaver(1),
140 https://www.jumpstation.co.uk/xscreensaver/topblock/
141
143 Copyright © 2006 by rednuht. Permission to use, copy, modify, distrib‐
144 ute, and sell this software and its documentation for any purpose is
145 hereby granted without fee, provided that the above copyright notice
146 appear in all copies and that both that copyright notice and this per‐
147 mission notice appear in supporting documentation. No representations
148 are made about the suitability of this software for any purpose. It is
149 provided "as is" without express or implied warranty.
150
152 rednuht <topblock.xscreensaver@jumpstation.co.uk>
153
154
155
156
157X Version 11 6.06-1.fc37 (12-Dec-2022) topblock(6x)