http://ftp.ussg.iu.edu/linux/slackware/slackware-9.0/source/xap/xscreensaver/xscreens...
[xscreensaver] / hacks / config / atunnel.xml
diff --git a/hacks/config/atunnel.xml b/hacks/config/atunnel.xml
new file mode 100644 (file)
index 0000000..55f31f0
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="atunnel" _label="Atunnel">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="20000" default="10000"
+          convert="invert"/>
+
+  <select id="render">
+    <option id="normal" _label="Normal"/>
+    <option id="solid" _label="Untextured" arg-set="-no-texture"/>
+    <option id="wire"  _label="Wireframe" arg-set="-wire"/>
+  </select>
+
+  <boolean id="light" _label="Use light" arg-set="-light"/>
+
+  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+  <_description>
+Draws an animation of a textured tunnel in GL.
+Requires OpenGL, and a machine with fast hardware support for texture maps.
+
+Written by Eric Lassauge and Roman Podobedov.
+  </_description>
+</screensaver>