1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="glplanet" _label="GLPlanet" gl="yes">
7 <video href="https://www.youtube.com/watch?v=ohcJ1bVkLZ4"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="20000"
14 <!-- #### -no-texture -->
16 <file id="image" _label="Day image" arg="-image %" />
17 <file id="image2" _label="Night image" arg="-image2 %" />
20 <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
21 <boolean id="rotate" _label="Rotate" arg-unset="-no-rotate"/>
22 <boolean id="roll" _label="Roll" arg-unset="-no-roll"/>
23 <boolean id="stars" _label="Stars" arg-unset="-no-stars"/>
27 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
28 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
31 <xscreensaver-updater />
34 The Earth, bouncing around in space, rendered with satellite imagery
35 of the planet in both sunlight and darkness.
37 If you would like it to display a different planet, any pair of
38 Equirectangular-projected maps will work. The maps that come with
41 Written by David Konerding and Jamie Zawinski; 1998.