1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="atlantis" _label="Atlantis">
7 <number id="whalespeed" type="slider" arg="-whalespeed %"
8 _label="Whale Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="1000" default="250"/>
11 <number id="sharkspeed" type="slider" arg="-cycles %"
12 _label="Shark Speed" _low-label="Slow" _high-label="Fast"
13 low="0" high="1000" default="100"/>
15 <number id="sharkproximity" type="slider" arg="-size %"
16 _label="Shark Proximity" _low-label="Shy" _high-label="Agressive"
17 low="100" high="10000" default="6000"/>
19 <number id="sharkcount" type="spinbutton" arg="-count %"
20 _label="Number of Sharks" low="0" high="20" default="4"/>
23 <option id="shimmer" _label="Shimmering Water"/>
24 <option id="clear" _label="Clear Water" arg-set="-no-texture"/>
28 <option id="flat" _label="Flat Background"/>
29 <option id="gradient" _label="Gradient Background" arg-set="-gradient"/>
33 <option id="wire" _label="Wireframe" arg-set="-wireframe"/>
34 <option id="solid" _label="Solid"/>
37 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
40 This is xfishtank writ large: a GL animation of a number of sharks,
41 dolphins, and whales. The swimming motions are great. Originally
42 written by Mark Kilgard.