1maze3d(6x)                    XScreenSaver manual                   maze3d(6x)
2
3
4

NAME

6       maze3d - A 3D maze.
7

SYNOPSIS

9       maze3d  [--display  host:display.screen]  [--visual  visual] [--window]
10       [--root] [--window-id number] [--speed float] [--delay number]  [--fps]
11       [--rows number] [--columns number] [--overlay] [--wall-texture texture]
12       [--floor-texture  texture]  [--ceiling-texture  texture]  [--drop-acid]
13       [--drop-acid-walls]  [--drop-acid-floor]  [--drop-acid-ceiling]  [--in‐
14       verters number] [--rats number]
15

DESCRIPTION

17       A recreation of the 3D Maze screensaver from Windows 95.
18

OPTIONS

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       --speed number
34               Speed of the dungeon crawl. 2 is twice as fast, 0.5 is half  as
35               fast.
36
37       --delay number
38               Per-frame  delay,  in  microseconds.  Default: 20000 (0.02 sec‐
39               onds).
40
41       --fps | --no-fps
42               Display the current frame rate and CPU load.
43
44       --rows number
45               The number of rows in the maze. Default: 12.
46
47       --columns number
48               The number of columns in the maze. Default: 12.
49
50       --overlay
51               Overlays a minimap of the maze on the screen.
52
53       --wall-texture texture
54               Sets the wall texture. texture can be a path to an image  file,
55               or it can be one of the built-in textures (see TEXTURES below).
56
57       --floor-texture texture
58               Sets the floor texture. texture can be a path to an image file,
59               or it can be one of the built-in textures (see TEXTURES below).
60
61       --ceiling-texture texture
62               Sets the ceiling texture. texture can be a  path  to  an  image
63               file,  or  it can be one of the built-in textures (see TEXTURES
64               below).
65
66       --drop-acid-walls
67               Continuously shifts the hue of the wall  texture.  (This  looks
68               like an LSD trip, hence the name.)
69
70       --drop-acid-floor
71               Continuously shifts the hue of the floor texture.
72
73       --drop-acid-ceiling
74               Continuously shifts the hue of the ceiling texture.
75
76       --drop-acid
77               Turns on all three.
78
79       --inverters number
80               Sets  the number of inverters (the spinny grey things that flip
81               the camera upside-down) in the maze. Default: 10.
82
83       --rats number
84               Sets the number of rats, or rather "Bobs",  in  the  maze.  De‐
85               fault: 1.
86
87
88       TEXTURES
89              The  wall,  ceiling, and floor textures can be set to one of the
90              following:
91
92       brick-wall
93               A brick wall. This is the default wall texture.
94
95       wood-floor
96               A wooden floor. This is the default floor texture.
97
98       ceiling-tiles
99               Ceiling tiles. This is the default ceiling texture.
100
101       You can also specify a path to an image file, instead of using  one  of
102       the built-in textures.
103

ENVIRONMENT

105       DISPLAY to get the default host and display number.
106
107       XENVIRONMENT
108               to  get  the  name of a resource file that overrides the global
109               resources stored in the RESOURCE_MANAGER property.
110
111       XSCREENSAVER_WINDOW
112               The window ID to use with --root.
113

SEE ALSO

115       X(1), xscreensaver(1)
116
118       Copyright © 2018 by sudoer@riseup.net.  Permission to use,  copy,  mod‐
119       ify,  distribute,  and sell this software and its documentation for any
120       purpose is hereby granted without fee, provided that  the  above  copy‐
121       right  notice  appear in all copies and that both that copyright notice
122       and this permission notice appear in supporting documentation.  No rep‐
123       resentations  are  made  about the suitability of this software for any
124       purpose.  It is provided "as is" without express or implied warranty.
125
126
127
128X Version 11               6.06-1.fc37 (12-Dec-2022)                maze3d(6x)
Impressum