ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / sballs.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="sballs" _label="Sballs">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="60000" default="30000"
10           convert="invert"/>
11
12   <select id="object">
13     <option id="random" _label="Random"/>
14     <option id="tetra" _label="Tetrahedron" arg-set="-object 1"/>
15     <option id="cube" _label="Cube" arg-set="-object 2"/>
16     <option id="octa" _label="Octahedron" arg-set="-object 3"/>
17     <option id="dodeca" _label="Dodecahedron" arg-set="-object 4"/>
18     <option id="icosa" _label="Icosahedron" arg-set="-object 5"/>
19     <option id="plane" _label="Plane" arg-set="-object 6"/>
20     <option id="pyramid" _label="Pyramid" arg-set="-object 7"/>
21     <option id="star" _label="Star" arg-set="-object 8"/>
22   </select>
23
24   <select id="render">
25     <option id="normal" _label="Normal"/>
26     <option id="solid" _label="Untextured" arg-set="-no-texture"/>
27     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
28   </select>
29
30   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
31
32   <_description>
33 Draws an animation of textured balls spinning like crazy in GL.
34 Requires OpenGL, and a machine with fast hardware support for texture
35 maps.
36
37 Written by Eric Lassauge &lt;lassauge@users.sourceforge.net&gt;.
38   </_description>
39 </screensaver>