began for maemo
[xscreensaver] / xscreensaver / hacks / config / glplanet.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glplanet" _label="GLPlanet">
4
5   <command arg="-root"/>
6
7   <!-- #### -no-texture -->
8   <!-- #### -no-stars -->
9
10   <select id="render">
11     <option id="flat"  _label="Use Flat Coloring" arg-set="-no-light"/>
12     <option id="light" _label="Use Lighting"/>
13   </select>
14
15   <file id="bitmap" _label="Image File" arg="-image %"/>
16
17   <number id="delay" type="slider" arg="-delay %"
18           _label="Speed" _low-label="Slow" _high-label="Fast"
19           low="0" high="50000" default="20000"
20           convert="invert"/>
21
22   <hgroup>
23    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
24    <boolean id="rotate" _label="Rotate"    arg-unset="-no-rotate"/>
25    <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
26    <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
27   </hgroup>
28
29   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
30   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
31
32   <_description>
33 Draws a planet bouncing around in space.
34 The built-in image is a map of the earth (extracted from `xearth'),
35 but you can wrap any texture around the sphere, e.g., the planetary
36 textures that come with `ssystem'.
37
38 Written by David Konerding; 1998.
39   </_description>
40 </screensaver>