~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to hacks/config/menger.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<screensaver name="menger" _label="Menger">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="delay" type="slider" arg="-delay %"
 
8
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
9
          low="0" high="50000" default="30000"
 
10
          convert="invert"/>
 
11
 
 
12
  <number id="descent" type="slider" arg="-speed %"
 
13
          _label="Duration" _low-label="Short" _high-label="Long"
 
14
          low="2" high="500" default="150"
 
15
          convert="invert"/>
 
16
 
 
17
  <number id="depth" type="spinbutton" arg="-depth %"
 
18
          _label="Max Depth" low="1" high="6" default="3"/>
 
19
 
 
20
  <!-- #### -no-optimize -->
 
21
 
 
22
  <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
 
23
 
 
24
  <select id="rotation">
 
25
    <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
 
26
    <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
 
27
    <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
 
28
    <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
 
29
    <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
 
30
    <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
 
31
    <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
 
32
    <option id="xyz" _label="Rotate around all three axes"/>
 
33
  </select>
 
34
 
 
35
  <select id="render">
 
36
    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
 
37
    <option id="solid" _label="Solid"/>
 
38
  </select>
 
39
 
 
40
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
41
 
 
42
  <_description>
 
43
This draws the three-dimensional variant of the recursive Menger
 
44
Gasket, a cube-based fractal object analagous to the Sierpinski
 
45
Tetrahedron.  Written by Jamie Zawinski.
 
46
  </_description>
 
47
</screensaver>