c7d27179eb80050c07c95ec42674b7893e1ce099
[xscreensaver] / hacks / config / glplanet.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glplanet" _label="GLPlanet" gl="yes">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <!-- #### -no-texture -->
13   <!-- #### -no-stars -->
14
15   <file id="bitmap" _label="Image file" arg="-image %"/>
16
17   <hgroup>
18    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
19    <boolean id="rotate" _label="Rotate"    arg-unset="-no-rotate"/>
20    <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
21    <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
22   </hgroup>
23
24   <hgroup>
25    <boolean id="light"   _label="Lighting"               arg-unset="-no-light"/>
26    <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
27    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
28   </hgroup>
29
30   <_description>
31 Draws the Earth bouncing around in space.
32
33 If you would like it to display a different planet, the texture maps
34 that come with "ssystem" work well.
35
36 Written by David Konerding; 1998.
37   </_description>
38 </screensaver>