1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="sballs" _label="Sballs">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="60000" default="30000"
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"/>
24 <boolean id="tex" _label="Textured" arg-unset="-no-texture"/>
25 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
26 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
29 Draws an animation of textured balls spinning like crazy.
31 Written by Eric Lassauge; 2002.