From http://www.jwz.org/xscreensaver/xscreensaver-5.40.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 [\-delay \fInumber\fP]
11 [\-image \fIfile\fP]
12 [\-image2 \fIfile\fP]
13 [\-resolution \fInumber\fP]
14 [\-wireframe]
15 [\-fps]
16 .SH DESCRIPTION
17 Draws a planet bouncing around in space.  The built-in images are day and
18 night maps of the Earth, but you can wrap any Equirectangular-projected
19 map onto the sphere, e.g., the planetary textures included 
20 with \fIssystem.\fP
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: 20000 (0.02 seconds.).
35 .TP 8
36 .B \-image \fIfile\fP
37 The day texture map to wrap around the planet's surface.
38 .TP 8
39 .B \-image2 \fIfile\fP
40 The night texture map to wrap around the planet's surface.
41 The two will be blended together at the dusk terminator.
42 .TP 8
43 .B \-resolution
44 The resolution of the planetary mesh. Default: 128.
45 .TP 8
46 .B \-wireframe
47 Render in wireframe instead of solid.
48 .TP 8
49 .B \-fps
50 Display the current frame rate, CPU load, and polygon count.
51 .SH ENVIRONMENT
52 .PP
53 .TP 8
54 .B DISPLAY
55 to get the default host and display number.
56 .TP 8
57 .B XENVIRONMENT
58 to get the name of a resource file that overrides the global resources
59 stored in the RESOURCE_MANAGER property.
60 .SH SEE ALSO
61 .BR X (1),
62 .BR xscreensaver (1)
63 .BR dymaxionmap (1)
64 .BR ssystem (1)
65 .SH COPYRIGHT
66 Copyright \(co 2002-2018 by David Konerding and Jamie Zawinski.
67 Permission to use, copy, modify, distribute, and sell this software
68 and its documentation for any purpose is hereby granted without fee,
69 provided that the above copyright notice appear in all copies and that
70 both that copyright notice and this permission notice appear in
71 supporting documentation.  No representations are made about the
72 suitability of this software for any purpose.  It is provided "as is"
73 without express or implied warranty.
74 .SH AUTHOR
75 David Konerding and Jamie Zawinski.