diff options
| author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
| commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
| tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/geodesic.xml | |
| parent | Delete pre-6.00 files (diff) | |
| download | xscreensaver-master.tar.gz xscreensaver-master.tar.xz xscreensaver-master.zip | |
Diffstat (limited to 'hacks/config/geodesic.xml')
| -rw-r--r-- | hacks/config/geodesic.xml | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/hacks/config/geodesic.xml b/hacks/config/geodesic.xml deleted file mode 100644 index 0bc52ff..0000000 --- a/hacks/config/geodesic.xml +++ /dev/null @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<screensaver name="geodesic" _label="Geodesic" gl="yes"> - - <command arg="-root"/> - - <video href="https://www.youtube.com/watch?v=qulzooBLIcU"/> - - <hgroup> - <vgroup> - <select id="object"> - <option id="mesh" _label="Mesh faces"/> - <option id="solid" _label="Solid faces" arg-set="-mode solid"/> - <option id="stellated" _label="Stellated faces" arg-set="-mode stellated"/> - <option id="stellated2" _label="Inverse Stellated" arg-set="-mode stellated2"/> - <option id="wire" _label="Wireframe" arg-set="-mode wire"/> - <option id="random" _label="Random face style" arg-set="-mode random"/> - </select> - - <boolean id="wander" _label="Wander" arg-unset="-no-wander"/> - <boolean id="spin" _label="Spin" arg-unset="-no-spin"/> - <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/> - - </vgroup> - - <vgroup> - <number id="delay" type="slider" arg="-delay %" - _label="Frame rate" _low-label="Low" _high-label="High" - low="0" high="100000" default="30000" - convert="invert"/> - - <number id="speed" type="slider" arg="-speed %" - _label="Animation speed" _low-label="Slow" _high-label="Fast" - low="0.05" high="10.0" default="1.0"/> - - <number id="count" type="slider" arg="-count %" - _label="Depth" _low-label="1" _high-label="8" - low="1" high="8" default="4"/> - </vgroup> - </hgroup> - - <xscreensaver-updater /> - - <_description> -A mesh geodesic sphere of increasing and decreasing complexity. - -A geodesic sphere is an icosohedron whose equilateral faces are -sub-divided into non-equilateral triangles to more closely approximate -a sphere. - -The animation shows the equilateral triangles subdivided into four -coplanar equilateral triangles; and then inflated outward, causing the -sub-triangles to no longer be equilateral, but to more closely -approximate the surface of a sphere. - -https://en.wikipedia.org/wiki/Geodesic_dome -https://en.wikipedia.org/wiki/Buckminster_Fuller - -Written by Jamie Zawinski; 2013. - </_description> -</screensaver> |
