1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="surfaces" _label="Surfaces" gl="yes">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="100000" default="20000"
12 <number id="descent" type="slider" arg="-speed %"
13 _label="Duration" _low-label="Short" _high-label="Long"
14 low="2" high="2000" default="300"
19 <option id="random" _label="Random Surface"/>
20 <option id="dini" _label="Dini's Surface" arg-set="-surface dini"/>
21 <option id="enneper" _label="Enneper's Surface" arg-set="-surface enneper"/>
22 <option id="kuen" _label="Kuen Surface" arg-set="-surface kuen"/>
23 <option id="moebius" _label="Moebius Strip" arg-set="-surface moebius"/>
24 <option id="seashell" _label="Seashell" arg-set="-surface seashell"/>
25 <option id="swallow" _label="Swallowtail" arg-set="-surface swallowtail"/>
26 <option id="bohemian" _label="Bohemian Dome" arg-set="-surface bohemian"/>
27 <option id="whitney" _label="Whitney Umbrella" arg-set="-surface whitney"/>
28 <option id="pluecker" _label="Pluecker's Conoid" arg-set="-surface pluecker"/>
29 <option id="henneberg" _label="Henneberg's Surface" arg-set="-surface henneberg"/>
30 <option id="catalan" _label="Catalan's Surface" arg-set="-surface catalan"/>
31 <option id="corkscrew" _label="Corkscrew Surface" arg-set="-surface corkscrew"/>
35 <option id="random" _label="Random Display Mode"/>
36 <option id="points" _label="Points" arg-set="-mode points"/>
37 <option id="lines" _label="Lines" arg-set="-mode lines"/>
38 <option id="line_loop" _label="Line Loops" arg-set="-mode line-loops"/>
43 <boolean id="wander" _label="Wander" arg-set="-wander"/>
44 <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
45 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
49 This draws a visualization of several interesting parametric surfaces.
51 http://mathworld.wolfram.com/DinisSurface.html
52 http://en.wikipedia.org/wiki/Enneper_surface
53 http://mathworld.wolfram.com/EnnepersMinimalSurface.html
54 http://mathworld.wolfram.com/KuenSurface.html
55 http://en.wikipedia.org/wiki/Moebius_strip
56 http://mathworld.wolfram.com/Seashell.html
57 http://mathworld.wolfram.com/SwallowtailCatastrophe.html
58 http://mathworld.wolfram.com/BohemianDome.html
59 http://en.wikipedia.org/wiki/Whitney_umbrella
60 http://mathworld.wolfram.com/PlueckersConoid.html
61 http://mathworld.wolfram.com/HennebergsMinimalSurface.html
62 http://mathworld.wolfram.com/CatalansSurface.html
63 http://mathworld.wolfram.com/CorkscrewSurface.html
65 Written by Andrey Mirtchovski and Carsten Steger; 2003.