48d423688aaa526fc15e6bcdc993cb68b748f1e8
[xscreensaver] / hacks / config / extrusion.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="extrusion" _label="Extrusion" 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   <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   <!-- #### -texture -->
29   <!-- #### -texture_quality -->
30   <!-- #### -mipmap -->
31
32   <boolean id="wire"    _label="Wireframe" arg-set="-wireframe"/>
33   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
34
35   <_description>
36 Draws various rotating extruded shapes that twist around, lengthen,
37 and turn inside out.
38
39 Written by Linas Vepstas, David Konerding, and Jamie Zawinski; 1999.
40   </_description>
41 </screensaver>