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="20000" default="10000"
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"/>
25 <option id="normal" _label="Normal"/>
26 <option id="solid" _label="Untextured" arg-set="-no-texture"/>
27 <option id="wire" _label="Wireframe" arg-set="-wireframe"/>
30 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
33 Draws an animation of textured balls spinning like crazy in GL.
34 Requires OpenGL, and a machine with fast hardware support for texture
37 Written by Eric Lassauge <lassauge@free.fr>.