1menger(6x) XScreenSaver manual menger(6x)
2
3
4
6 menger - 3D menger gasket fractal.
7
9 menger [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-speed number] [-depth number] [-no-wander]
11 [-no-spin] [-spin [XYZ]] [-wireframe] [-fps]
12
14 This draws the three-dimensional variant of the recursive Menger Gas‐
15 ket, a cube-based fractal object analagous to the Sierpinski Tetrahe‐
16 dron.
17
19 -visual visual
20 Specify which visual to use. Legal values are the name of a
21 visual class, or the id number (decimal or hex) of a specific
22 visual.
23
24 -window Draw on a newly-created window. This is the default.
25
26 -root Draw on the root window.
27
28 -delay number
29 Per-frame delay, in microseconds. Default: 30000 (0.03 sec‐
30 onds.).
31
32 -speed number
33 Number of frames before changing shape. Default: 150.
34
35 -depth number
36 Max depth to descend. Default: 3. You probably don't have
37 enough memory for 6.
38
39 -wander | -no-wander
40 Whether the object should wander around the screen.
41
42 -spin [XYZ]
43 Around which axes should the object spin?
44
45 -no-spin
46 None.
47
48 -wireframe
49 Render in wireframe instead of solid.
50
51 -fps | -no-fps
52 Whether to show a frames-per-second display at the bottom of
53 the screen.
54
56 DISPLAY to get the default host and display number.
57
58 XENVIRONMENT
59 to get the name of a resource file that overrides the global
60 resources stored in the RESOURCE_MANAGER property.
61
63 X(1), xscreensaver(1)
64
66 Copyright © 2002 by Jamie Zawinski. Permission to use, copy, modify,
67 distribute, and sell this software and its documentation for any pur‐
68 pose is hereby granted without fee, provided that the above copyright
69 notice appear in all copies and that both that copyright notice and
70 this permission notice appear in supporting documentation. No repre‐
71 sentations are made about the suitability of this software for any pur‐
72 pose. It is provided "as is" without express or implied warranty.
73
75 Jamie Zawinski.
76
77
78
79X Version 11 5.05-3 (06-Apr-2008) menger(6x)