e01d573604df66023706dcf69d2bbc8c3e7464c3
[xscreensaver] / hacks / glx / extrusion.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 extrusion - various rotating extruded shapes.
4 .SH SYNOPSIS
5 .B extrusion
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-name \fIwhich\fP]
12 [\-no-light]
13 [\-wireframe]
14 [\-fps]
15 .SH DESCRIPTION
16 Draws various rotating extruded shapes that twist around, lengthen, and
17 turn inside out.
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: 10000 (0.01 seconds.).
32 .TP 8
33 .B \-name \fIwhich\fP
34 Which object to draw.  Choices are: helix2, helix3, helix4, joinoffset,
35 screw, taper, and twistoid.
36 .TP 8
37 .B \-light | \-no-light
38 Whether to light the scene, or use flat coloring.
39 .TP 8
40 .B \-bitmap \fIfile\fP
41 The texture map to use.
42 .TP 8
43 .B \-wireframe
44 Render in wireframe instead of solid.
45 .TP 8
46 .B \-fps
47 Display the current frame rate, CPU load, and polygon count.
48 .SH ENVIRONMENT
49 .PP
50 .TP 8
51 .B DISPLAY
52 to get the default host and display number.
53 .TP 8
54 .B XENVIRONMENT
55 to get the name of a resource file that overrides the global resources
56 stored in the RESOURCE_MANAGER property.
57 .SH SEE ALSO
58 .BR X (1),
59 .BR xscreensaver (1)
60 .SH COPYRIGHT
61 Copyright \(co 2002 by Linas Vepstas and David Konerding.  Permission
62 to use, copy, modify, distribute, and sell this software and its
63 documentation for any purpose is hereby granted without fee, provided
64 that the above copyright notice appear in all copies and that both that
65 copyright notice and this permission notice appear in supporting
66 documentation.  No representations are made about the suitability of
67 this software for any purpose.  It is provided "as is" without express
68 or implied warranty.
69 .SH AUTHOR
70 This screensaver was created by David Konerding from the samples that
71 come with the GL Extrusion library by Linas Vepstas.