faa198794589879f14ecfa4d4029a31bb6007890
[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-rotate -->
8   <!-- #### -no-roll -->
9   <!-- #### -no-wander -->
10   <!-- #### -no-texture -->
11   <!-- #### -no-stars -->
12
13   <select id="render">
14     <option id="flat"  _label="Use Flat Coloring" arg-set="-no-light"/>
15     <option id="light" _label="Use Lighting"/>
16   </select>
17
18   <file id="bitmap" _label="Image File" arg="-image %"/>
19
20   <number id="delay" type="slider" arg="-delay %"
21           _label="Speed" _low-label="Slow" _high-label="Fast"
22           low="0" high="20000" default="15000"
23           convert="invert"/>
24
25   <select id="render">
26     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
27     <option id="solid" _label="Solid"/>
28   </select>
29
30   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
31
32   <_description>
33 Draws a planet bouncing around in space.  Written by David Konerding.
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   </_description>
38 </screensaver>