blob: 802f62969db970667c04597fa0f98dd98b9859fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="glplanet" _label="GLPlanet" gl="yes">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=ohcJ1bVkLZ4"/>
<!--<video href="https://www.youtube.com/watch?v=OZ6zRLLFLk4"/>-->
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="20000"
convert="invert"/>
<!-- #### -no-texture -->
<file id="image" _label="Day image" arg="-image %" />
<file id="image2" _label="Night image" arg="-image2 %" />
<hgroup>
<boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
<boolean id="rotate" _label="Rotate" arg-unset="-no-rotate"/>
<boolean id="roll" _label="Roll" arg-unset="-no-roll"/>
<boolean id="stars" _label="Stars" arg-unset="-no-stars"/>
<select id="mode">
<option id="globe" _label="Globe"/>
<option id="mercator" _label="Mercator"
arg-set="-mode mercator"/>
<option id="equirectangular" _label="Equirectangular"
arg-set="-mode equirectangular"/>
</select>
</hgroup>
<hgroup>
<boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</hgroup>
<xscreensaver-updater />
<_description>
The Earth, bouncing around in space, rendered with satellite imagery
of the planet in both sunlight and darkness.
If you would like it to display a different planet, any pair of
Equirectangular-projected maps will work. The maps that come with
"ssystem" work well.
Written by David Konerding and Jamie Zawinski; 1998.
</_description>
</screensaver>
|