/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

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <screensaver name="rs-lattice" _label="Really Slick Lattice">
  3. <command arg="-root" />
  4. <number id="latitude"
  5. type="slider"
  6. arg="-latitude %"
  7. _label="Latitudinal divisions"
  8. _low-label="Few"
  9. _high-label="Lots"
  10. low="2"
  11. high="100"
  12. default="8"
  13. />
  14. <number id="longitude"
  15. type="slider"
  16. arg="-longitude %"
  17. _label="Longitudinal divisions"
  18. _low-label="Few"
  19. _high-label="Lots"
  20. low="4"
  21. high="100"
  22. default="16"
  23. />
  24. <number id="thickness"
  25. type="slider"
  26. arg="-thickness %"
  27. _label="Thickness"
  28. _low-label="Thin"
  29. _high-label="Thick"
  30. low="1.0"
  31. high="100.0"
  32. default="50.0"
  33. />
  34. <number id="density"
  35. type="slider"
  36. arg="-density %"
  37. _label="Lattice"
  38. _low-label="Dense"
  39. _high-label="Sparse"
  40. low="1"
  41. high="100"
  42. default="50"
  43. />
  44. <number id="depth"
  45. type="slider"
  46. arg="-depth %"
  47. _low-label="Shallow"
  48. _high-label="Deep"
  49. low="1"
  50. high="8"
  51. default="4"
  52. />
  53. <number id="fov"
  54. type="slider"
  55. arg="-fov %"
  56. _label="Camera"
  57. _low-label="Zoomed"
  58. _high-label="Wide-angle"
  59. low="10.0"
  60. high="150.0"
  61. default="90.0"
  62. />
  63. <number id="randomness"
  64. type="slider"
  65. arg="-randomness %"
  66. _low-label="Straight"
  67. _high-label="Twisty"
  68. low="1"
  69. high="10"
  70. default="7"
  71. />
  72. <number id="speed"
  73. type="slider"
  74. arg="-speed %"
  75. _low-label="Slow"
  76. _high-label="Fast"
  77. low="1.0"
  78. high="100.0"
  79. default="10.0"
  80. />
  81. <boolean id="smooth"
  82. _label="Smooth"
  83. arg-set="-smooth"
  84. />
  85. <boolean id="fog"
  86. _label="Fogging"
  87. arg-unset="-no-fog"
  88. />
  89. <boolean id="widescreen"
  90. _label="Widescreen"
  91. arg-set="-widescreen"
  92. />
  93. <select id="texture">
  94. <option id="none"
  95. _label="No texture"
  96. />
  97. <option id="industrial"
  98. _label="Industrial texture"
  99. arg-set="-industrial"
  100. />
  101. <option id="crystal"
  102. _label="Crystal texture"
  103. arg-set="-crystal"
  104. />
  105. <option id="chrome"
  106. _label="Chrome texture"
  107. arg-set="-chrome"
  108. />
  109. <option id="brass"
  110. _label="Brass texture"
  111. arg-set="-brass"
  112. />
  113. <option id="shiny"
  114. _label="Shiny texture"
  115. arg-set="-shiny"
  116. />
  117. <option id="ghostly"
  118. _label="Ghostly texture"
  119. arg-set="-ghostly"
  120. />
  121. <option id="circuits"
  122. _label="Circuits texture"
  123. arg-set="-circuits"
  124. />
  125. <option id="donuts"
  126. _label="Donuts texture"
  127. arg-set="-donuts"
  128. />
  129. <option id="random"
  130. _label="Random texture"
  131. arg-set="-random"
  132. />
  133. </select>
  134. <_description>
  135. No screensaver collection would be complete without some kind of flight
  136. through an endless field of geometry, right? A special thanks goes to Kevin
  137. for his "doughnut" idea.
  138. -- Terry Welsh, Really Slick Screensavers (http://www.reallyslick.com/)
  139. This version by Michael Chapman &lt;foonly@users.sourceforge.net&gt;.
  140. </_description>
  141. </screensaver>