From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / menger.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 menger - 3D menger gasket fractal.
4 .SH SYNOPSIS
5 .B menger
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fInumber\fP]
12 [\-depth \fInumber\fP]
13 [\-no-wander]
14 [\-no-spin]
15 [\-spin \fI[XYZ]\fP]
16 [\-wireframe]
17 [\-fps]
18 .SH DESCRIPTION
19 This draws the three-dimensional variant of the recursive Menger Gasket, a
20 cube-based fractal object analagous to the Sierpinski Tetrahedron.
21 .SH OPTIONS
22 .TP 8
23 .B \-visual \fIvisual\fP
24 Specify which visual to use.  Legal values are the name of a visual class,
25 or the id number (decimal or hex) of a specific visual.
26 .TP 8
27 .B \-window
28 Draw on a newly-created window.  This is the default.
29 .TP 8
30 .B \-root
31 Draw on the root window.
32 .TP 8
33 .B \-delay \fInumber\fP
34 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
35 .TP 8
36 .B \-speed \fInumber\fP
37 Number of frames before changing shape.  Default: 150.
38 .TP 8
39 .B \-depth \fInumber\fP
40 Max depth to descend.  Default: 3.  You probably don't have enough
41 memory for 6.
42 .TP 8
43 .B \-wander | \-no-wander
44 Whether the object should wander around the screen.
45 .TP 8
46 .B \-spin [XYZ]
47 Around which axes should the object spin?
48 .TP 8
49 .B \-no-spin
50 None.
51 .TP 8
52 .B \-wireframe
53 Render in wireframe instead of solid.
54 .TP 8
55 .B \-fps
56 Display the current frame rate, CPU load, and polygon count.
57 .SH ENVIRONMENT
58 .PP
59 .TP 8
60 .B DISPLAY
61 to get the default host and display number.
62 .TP 8
63 .B XENVIRONMENT
64 to get the name of a resource file that overrides the global resources
65 stored in the RESOURCE_MANAGER property.
66 .SH SEE ALSO
67 .BR X (1),
68 .BR xscreensaver (1)
69 .SH COPYRIGHT
70 Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify, 
71 distribute, and sell this software and its documentation for any purpose is 
72 hereby granted without fee, provided that the above copyright notice appear 
73 in all copies and that both that copyright notice and this permission notice
74 appear in supporting documentation.  No representations are made about the 
75 suitability of this software for any purpose.  It is provided "as is" without
76 express or implied warranty.
77 .SH AUTHOR
78 Jamie Zawinski.