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 / superquadrics.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.2 KB  |  37 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="superquadrics" _label="Superquadrics">
  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="80000" default="40000"
  10.           convert="invert"/>
  11.  
  12.   <number id="spinspeed" type="slider" arg="-spinspeed %"
  13.           _label="Speed" _low-label="Slow" _high-label="Fast"
  14.           low="0.1" high="15.0" default="5.0"/>
  15.  
  16.   <number id="count" type="slider" arg="-count %"
  17.            _label="Count" _low-label="Low" _high-label="High"
  18.           low="0" high="100" default="25"/>
  19.  
  20.   <number id="cycles" type="slider" arg="-cycles %"
  21.            _label="Cycles" _low-label="Low" _high-label="High"
  22.           low="0" high="100" default="40"/>
  23.  
  24.   <select id="render">
  25.     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
  26.     <option id="solid" _label="Solid"/>
  27.   </select>
  28.  
  29.   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
  30.  
  31.   <_description>
  32. Ed Mackey reports that he wrote the first version of this program in
  33. BASIC on a Commodore 64 in 1987, as a 320x200 black and white
  34. wireframe.  Now it is GL and has specular reflections.
  35.   </_description>
  36. </screensaver>
  37.