1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="sballs" _label="SBalls" gl="yes">
7 <video href="http://www.youtube.com/watch?v=pcfqdvvPG8k"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="30000"
15 <option id="random" _label="Random"/>
16 <option id="tetra" _label="Tetrahedron" arg-set="-object 1"/>
17 <option id="cube" _label="Cube" arg-set="-object 2"/>
18 <option id="octa" _label="Octahedron" arg-set="-object 3"/>
19 <option id="dodeca" _label="Dodecahedron" arg-set="-object 4"/>
20 <option id="icosa" _label="Icosahedron" arg-set="-object 5"/>
21 <option id="plane" _label="Plane" arg-set="-object 6"/>
22 <option id="pyramid" _label="Pyramid" arg-set="-object 7"/>
23 <option id="star" _label="Star" arg-set="-object 8"/>
26 <boolean id="tex" _label="Textured" arg-unset="-no-texture"/>
27 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
28 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30 <xscreensaver-updater />
33 Textured balls spinning like crazy.
35 Written by Eric Lassauge; 2002.