ed3b69a98b9a782ddccb258aa09f036dfb9209cb
[xscreensaver] / hacks / glx / sierpinski3d.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 sierpinski3d - 3D Sierpinski triangle fractal.
4 .SH SYNOPSIS
5 .B sierpinski3d
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 [\-wireframe]
14 [\-fps]
15 .SH DESCRIPTION
16 This draws the three-dimensional variant of the recursive Sierpinski
17 triangle fractal, using GL.
18 .SH OPTIONS
19 .TP 8
20 .B \-visual \fIvisual\fP
21 Specify which visual to use.  Legal values are the name of a visual class,
22 or the id number (decimal or hex) of a specific visual.
23 .TP 8
24 .B \-window
25 Draw on a newly-created window.  This is the default.
26 .TP 8
27 .B \-root
28 Draw on the root window.
29 .TP 8
30 .B \-delay \fInumber\fP
31 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
32 .TP 8
33 .B \-speed \fInumber\fP
34 Number of frames before changing shape.  Default: 150.
35 .TP 8
36 .B \-depth \fInumber\fP
37 Max depth to descend.  Default: 5.  You probably don't have enough
38 memory for 6.
39 .TP 8
40 .B \-wireframe
41 Render in wireframe instead of solid.
42 .TP 8
43 .B \-fps
44 Display the current frame rate, CPU load, and polygon count.
45 .SH ENVIRONMENT
46 .PP
47 .TP 8
48 .B DISPLAY
49 to get the default host and display number.
50 .TP 8
51 .B XENVIRONMENT
52 to get the name of a resource file that overrides the global resources
53 stored in the RESOURCE_MANAGER property.
54 .SH SEE ALSO
55 .BR X (1),
56 .BR xscreensaver (1)
57 .SH COPYRIGHT
58 Copyright \(co 2002 by Tim Robinson and Jamie Zawinski.  Permission to
59 use, copy, modify, distribute, and sell this software and its
60 documentation for any purpose is hereby granted without fee, provided
61 that the above copyright notice appear in all copies and that both that
62 copyright notice and this permission notice appear in supporting
63 documentation.  No representations are made about the suitability of
64 this software for any purpose.  It is provided "as is" without express
65 or implied warranty.
66 .SH AUTHOR
67 Tim Robinson and Jamie Zawinski.