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] [-no-light] [-delay number] [-image file] [-resolution number]
11 [-wireframe] [-fps]
12
14 Draws a planet bouncing around in space. The built-in image is a map
15 of the earth, but you can wrap any texture around the sphere, e.g., the
16 planetary textures that come with `ssystem'.
17
19 -visual visual
20 Specify which visual to use. Legal values are the name of a
21 visual class, or the id number (decimal or hex) of a specific
22 visual.
23
24 -window Draw on a newly-created window. This is the default.
25
26 -root Draw on the root window.
27
28 -light | -no-light
29 Use Flat Coloring.
30
31 -delay number
32 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
33 onds.).
34
35 -images file
36 The texture map to wrap around the planet's surface.
37
38 -resolution
39 The resolution of the planet. Default: 128.
40
41 -wireframe
42 Render in wireframe instead of solid.
43
44 -fps | -no-fps
45 Whether to show a frames-per-second display at the bottom of
46 the screen.
47
49 DISPLAY to get the default host and display number.
50
51 XENVIRONMENT
52 to get the name of a resource file that overrides the global
53 resources stored in the RESOURCE_MANAGER property.
54
56 X(1), xscreensaver(1)
57
59 Copyright © 2002 by David Konerding. Permission to use, copy, modify,
60 distribute, and sell this software and its documentation for any pur‐
61 pose is hereby granted without fee, provided that the above copyright
62 notice appear in all copies and that both that copyright notice and
63 this permission notice appear in supporting documentation. No repre‐
64 sentations are made about the suitability of this software for any pur‐
65 pose. It is provided "as is" without express or implied warranty.
66
68 David Konerding.
69
70
71
72X Version 11 5.05-3 (06-Apr-2008) glplanet(6x)