ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[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   <select id="render">
23     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
24     <option id="solid" _label="Solid"/>
25   </select>
26
27   <hgroup>
28    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
29    <boolean id="rotate" _label="Rotate"    arg-unset="-no-rotate"/>
30    <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
31    <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
32   </hgroup>
33
34   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
35
36   <_description>
37 Draws a planet bouncing around in space.  Written by David Konerding.
38 The built-in image is a map of the earth (extracted from `xearth'),
39 but you can wrap any texture around the sphere, e.g., the planetary
40 textures that come with `ssystem'.
41   </_description>
42 </screensaver>