/xbmc/screensavers/rsxs-0.9/config/rs-lattice.xml
http://github.com/xbmc/xbmc · XML · 145 lines · 141 code · 4 blank · 0 comment · 0 complexity · ad8363a53a71f9f9c8a3d291ca12305a MD5 · raw file
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <screensaver name="rs-lattice" _label="Really Slick Lattice">
- <command arg="-root" />
- <number id="latitude"
- type="slider"
- arg="-latitude %"
- _label="Latitudinal divisions"
- _low-label="Few"
- _high-label="Lots"
- low="2"
- high="100"
- default="8"
- />
- <number id="longitude"
- type="slider"
- arg="-longitude %"
- _label="Longitudinal divisions"
- _low-label="Few"
- _high-label="Lots"
- low="4"
- high="100"
- default="16"
- />
- <number id="thickness"
- type="slider"
- arg="-thickness %"
- _label="Thickness"
- _low-label="Thin"
- _high-label="Thick"
- low="1.0"
- high="100.0"
- default="50.0"
- />
- <number id="density"
- type="slider"
- arg="-density %"
- _label="Lattice"
- _low-label="Dense"
- _high-label="Sparse"
- low="1"
- high="100"
- default="50"
- />
- <number id="depth"
- type="slider"
- arg="-depth %"
- _low-label="Shallow"
- _high-label="Deep"
- low="1"
- high="8"
- default="4"
- />
- <number id="fov"
- type="slider"
- arg="-fov %"
- _label="Camera"
- _low-label="Zoomed"
- _high-label="Wide-angle"
- low="10.0"
- high="150.0"
- default="90.0"
- />
- <number id="randomness"
- type="slider"
- arg="-randomness %"
- _low-label="Straight"
- _high-label="Twisty"
- low="1"
- high="10"
- default="7"
- />
- <number id="speed"
- type="slider"
- arg="-speed %"
- _low-label="Slow"
- _high-label="Fast"
- low="1.0"
- high="100.0"
- default="10.0"
- />
- <boolean id="smooth"
- _label="Smooth"
- arg-set="-smooth"
- />
- <boolean id="fog"
- _label="Fogging"
- arg-unset="-no-fog"
- />
- <boolean id="widescreen"
- _label="Widescreen"
- arg-set="-widescreen"
- />
-
- <select id="texture">
- <option id="none"
- _label="No texture"
- />
- <option id="industrial"
- _label="Industrial texture"
- arg-set="-industrial"
- />
- <option id="crystal"
- _label="Crystal texture"
- arg-set="-crystal"
- />
- <option id="chrome"
- _label="Chrome texture"
- arg-set="-chrome"
- />
- <option id="brass"
- _label="Brass texture"
- arg-set="-brass"
- />
- <option id="shiny"
- _label="Shiny texture"
- arg-set="-shiny"
- />
- <option id="ghostly"
- _label="Ghostly texture"
- arg-set="-ghostly"
- />
- <option id="circuits"
- _label="Circuits texture"
- arg-set="-circuits"
- />
- <option id="donuts"
- _label="Donuts texture"
- arg-set="-donuts"
- />
- <option id="random"
- _label="Random texture"
- arg-set="-random"
- />
- </select>
- <_description>
- No screensaver collection would be complete without some kind of flight
- through an endless field of geometry, right? A special thanks goes to Kevin
- for his "doughnut" idea.
- -- Terry Welsh, Really Slick Screensavers (http://www.reallyslick.com/)
- This version by Michael Chapman <foonly@users.sourceforge.net>.
- </_description>
- </screensaver>