home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / spheremonics.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  2.0 KB  |  51 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="spheremonics" _label="Spheremonics">
  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="duration" type="slider" arg="-duration %"
  13.           _label="Duration" _low-label="Short" _high-label="Long"
  14.           low="5" high="1000" default="100"/>
  15.  
  16.   <number id="resolution" type="slider" arg="-resolution %"
  17.           _label="Resolution" _low-label="Low" _high-label="High"
  18.           low="5" high="100" default="64"/>
  19.  
  20.   <boolean id="wander" _label="Wander" arg-set="-wander"/>
  21.  
  22.   <select id="rotation">
  23.     <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
  24.     <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
  25.     <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
  26.     <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
  27.     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
  28.     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
  29.     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
  30.     <option id="xyz" _label="Rotate around all three axes"/>
  31.   </select>
  32.  
  33.   <select id="render">
  34.     <option id="wire"     _label="Wireframe" arg-set="-wireframe"/>
  35.     <option id="solid"    _label="Solid"/>
  36.   </select>
  37.  
  38.   <boolean id="smooth" _label="Smoothed Lines"  arg-unset="-no-smooth"/>
  39.   <boolean id="grid" _label="Draw Grid"         arg-unset="-no-grid"/>
  40.   <boolean id="bbox" _label="Draw Bounding Box" arg-set="-bbox"/>
  41.   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
  42.  
  43.   <_description>
  44. These closed objects are commonly called spherical harmonics,
  45. although they are only remotely related to the mathematical
  46. definition found in the solution to certain wave functions, most
  47. notable the eigenfunctions of angular momentum operators.
  48. Written by Paul Bourke and Jamie Zawinski.
  49.   </_description>
  50. </screensaver>
  51.