f3b10090b38e92e156eae344e1ef051e3ce2672b
[xscreensaver] / hacks / glx / pulsar.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 pulsar - intersecting planes, alpha blending, fog, and textures.
4 .SH SYNOPSIS
5 .B pulsar
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-no-light]
11 [\-wire]
12 [\-delay \fInumber\fP]
13 [\-quads \fInumber\fP]
14 [\-image \fIfile\fP]
15 [\-light]
16 [\-fog]
17 [\-texture]
18 [\-mipmap]
19 [\-no-blend]
20 [\-antialias]
21 [\-texture_quality]
22 [\-do_depth]
23 [\-fps]
24 .SH DESCRIPTION
25 Draws some intersecting planes, making use of alpha blending, fog,
26 textures, and mipmaps, plus a ``frames per second'' meter so that you can
27 tell how fast your graphics card is... Requires OpenGL.
28 .SH OPTIONS
29 .TP 8
30 .B \-visual \fIvisual\fP
31 Specify which visual to use.  Legal values are the name of a visual class,
32 or the id number (decimal or hex) of a specific visual.
33 .TP 8
34 .B \-window
35 Draw on a newly-created window.  This is the default.
36 .TP 8
37 .B \-root
38 Draw on the root window.
39 .TP 8
40 .B \-light | \-no-light
41 Use Flat Coloring.
42 .TP 8
43 .B \-wire
44 Render in wireframe instead of solid.
45 .TP 8
46 .B \-delay \fInumber\fP
47 Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
48 .TP 8
49 .B \-image \fIfile\fP
50 The texture map to use.
51 .TP 8
52 .B \-quads \fInumber\fP
53 Quad Count.  1 - 50.  Default: 5.
54 .TP 8
55 .B \-light | \-no-light
56 Whether to enable lighting.
57 .TP 8
58 .B \-fog | \-no-fog
59 Whether to enable fog.
60 .TP 8
61 .B \-texture | \-no-texture
62 Whether to enable texturing.
63 .TP 8
64 .B \-mipmap | \-no-mipmap
65 Whether to enable texture mipmaps.
66 .TP 8
67 .B \-blend | \-no-blend
68 Whether to enable blending.
69 .TP 8
70 .B \-antialias | \-no-antialias
71 Whether to anti-alias lines.
72 .TP 8
73 .B \-texture_quality | \-no-texture_quality
74 Whether to enable texture filtering.
75 .TP 8
76 .B \-do_depth | \-no-do_depth
77 Whether to enable depth buffer.
78 .TP 8
79 .B \-fps
80 Display the current frame rate, CPU load, and polygon count.
81 .SH ENVIRONMENT
82 .PP
83 .TP 8
84 .B DISPLAY
85 to get the default host and display number.
86 .TP 8
87 .B XENVIRONMENT
88 to get the name of a resource file that overrides the global resources
89 stored in the RESOURCE_MANAGER property.
90 .SH SEE ALSO
91 .BR X (1),
92 .BR xscreensaver (1)
93 .SH COPYRIGHT
94 Copyright \(co 2002 by David Konerding.  Permission to use, copy, modify, 
95 distribute, and sell this software and its documentation for any purpose is 
96 hereby granted without fee, provided that the above copyright notice appear 
97 in all copies and that both that copyright notice and this permission notice
98 appear in supporting documentation.  No representations are made about the 
99 suitability of this software for any purpose.  It is provided "as is" without
100 express or implied warranty.
101 .SH AUTHOR
102 David Konerding.