18deb09c96bb06b555595b5be1aeaf1389942233
[xscreensaver] / hacks / config / extrusion.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="extrusion" _label="Extrusion">
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="20000" default="10000"
10           convert="invert"/>
11
12   <select id="mode">
13     <option id="random"  _label="Random Object"/>
14     <option id="helix2" _label="Helix 2" arg-set="-name helix2"/>
15     <option id="helix3" _label="Helix 3" arg-set="-name helix3"/>
16     <option id="helix4" _label="Helix 4" arg-set="-name helix4"/>
17     <option id="joinoffset" _label="Join Offset" arg-set="-name joinoffset"/>
18     <option id="screw" _label="Screw" arg-set="-name screw"/>
19     <option id="taper" _label="Taper" arg-set="-name taper"/>
20     <option id="twist" _label="Twistoid" arg-set="-name twistoid"/>
21   </select>
22
23   <select id="render">
24     <option id="flat"  _label="Use Flat Coloring" arg-set="-no-light"/>
25     <option id="light" _label="Use Lighting"/>
26   </select>
27
28   <select id="render">
29     <option id="wire"  _label="Wireframe" arg-set="-wire"/>
30     <option id="solid" _label="Solid"/>
31   </select>
32
33   <!-- #### -texture -->
34   <!-- #### -texture_quality -->
35   <!-- #### -mipmap -->
36
37   <file id="bitmap" _label="Texture Image" arg="-bitmap %"/>
38
39   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
40
41   <_description>
42 Draws various rotating extruded shapes that twist around, lengthen,
43 and turn inside out.  Created by David Konerding from the samples
44 that come with the GL Extrusion library by Linas Vepstas.
45   </_description>
46 </screensaver>