1glplanet(6x) XScreenSaver manual glplanet(6x)
2
3
4
6 glplanet - rotating 3d texture-mapped planet.
7
9 glplanet [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay number] [--image file] [--image2
11 file] [--mode string] [--resolution number] [--wireframe] [--fps]
12
14 Draws a planet bouncing around in space. The built-in images are day
15 and night maps of the Earth, but you can wrap any Equirectangular-pro‐
16 jected map onto the sphere, e.g., the planetary textures included with
17 ssystem.
18
20 --visual visual
21 Specify which visual to use. Legal values are the name of a
22 visual class, or the id number (decimal or hex) of a specific
23 visual.
24
25 --window
26 Draw on a newly-created window. This is the default.
27
28 --root Draw on the root window.
29
30 --window-id number
31 Draw on the specified window.
32
33 --delay number
34 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
35 onds.).
36
37 --image file
38 The day texture map to wrap around the planet's surface.
39
40 --image2 file
41 The night texture map to wrap around the planet's surface. The
42 two will be blended together at the dusk terminator.
43
44 --mode globe
45 All is right with the world.
46
47 --mode equirectangular
48 Wat.
49
50 --mode mercator
51 Good day, Sir. I said GOOD DAY.
52
53 --resolution
54 The resolution of the planetary mesh. Default: 128.
55
56 --wireframe
57 Render in wireframe instead of solid.
58
59 --fps Display the current frame rate, CPU load, and polygon count.
60
62 DISPLAY to get the default host and display number.
63
64 XENVIRONMENT
65 to get the name of a resource file that overrides the global
66 resources stored in the RESOURCE_MANAGER property.
67
68 XSCREENSAVER_WINDOW
69 The window ID to use with --root.
70
72 X(1), xscreensaver(1) dymaxionmap(6x) ssystem(1)
73
75 Copyright © 2002-2018 by David Konerding and Jamie Zawinski. Permis‐
76 sion to use, copy, modify, distribute, and sell this software and its
77 documentation for any purpose is hereby granted without fee, provided
78 that the above copyright notice appear in all copies and that both that
79 copyright notice and this permission notice appear in supporting docu‐
80 mentation. No representations are made about the suitability of this
81 software for any purpose. It is provided "as is" without express or
82 implied warranty.
83
85 David Konerding and Jamie Zawinski.
86
87
88
89X Version 11 6.06-1.fc37 (12-Dec-2022) glplanet(6x)