From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / glplanet.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 glplanet - rotating 3d texture-mapped planet.
4 .SH SYNOPSIS
5 .B glplanet
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-no-light]
11 [\-delay \fInumber\fP]
12 [\-image \fIfile\fP]
13 [\-resolution \fInumber\fP]
14 [\-wireframe]
15 [\-fps]
16 .SH DESCRIPTION
17 Draws a planet bouncing around in space.  The built-in image is a map
18 of the earth, but you can wrap any texture around the sphere, e.g., the
19 planetary textures that come with `ssystem'.
20 .SH OPTIONS
21 .TP 8
22 .B \-visual \fIvisual\fP
23 Specify which visual to use.  Legal values are the name of a visual class,
24 or the id number (decimal or hex) of a specific visual.
25 .TP 8
26 .B \-window
27 Draw on a newly-created window.  This is the default.
28 .TP 8
29 .B \-root
30 Draw on the root window.
31 .TP 8
32 .B \-light | \-no-light
33 Use Flat Coloring.
34 .TP 8
35 .B \-delay \fInumber\fP
36 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
37 .TP 8
38 .B \-images \fIfile\fP
39 The texture map to wrap around the planet's surface.
40 .TP 8
41 .B \-resolution
42 The resolution of the planet. Default: 128.
43 .TP 8
44 .B \-wireframe
45 Render in wireframe instead of solid.
46 .TP 8
47 .B \-fps
48 Display the current frame rate, CPU load, and polygon count.
49 .SH ENVIRONMENT
50 .PP
51 .TP 8
52 .B DISPLAY
53 to get the default host and display number.
54 .TP 8
55 .B XENVIRONMENT
56 to get the name of a resource file that overrides the global resources
57 stored in the RESOURCE_MANAGER property.
58 .SH SEE ALSO
59 .BR X (1),
60 .BR xscreensaver (1)
61 .SH COPYRIGHT
62 Copyright \(co 2002 by David Konerding.  Permission to use, copy, modify, 
63 distribute, and sell this software and its documentation for any purpose is 
64 hereby granted without fee, provided that the above copyright notice appear 
65 in all copies and that both that copyright notice and this permission notice
66 appear in supporting documentation.  No representations are made about the 
67 suitability of this software for any purpose.  It is provided "as is" without
68 express or implied warranty.
69 .SH AUTHOR
70 David Konerding.