1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="extrusion" _label="Extrusion">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="20000" default="10000"
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"/>
24 <option id="flat" _label="Use Flat Coloring" arg-set="-no-light"/>
25 <option id="light" _label="Use Lighting"/>
29 <option id="wire" _label="Wireframe" arg-set="-wire"/>
30 <option id="solid" _label="Solid"/>
33 <!-- #### -texture -->
34 <!-- #### -texture_quality -->
37 <file id="bitmap" _label="Texture Image" arg="-bitmap %"/>
39 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
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.