summaryrefslogtreecommitdiffstats
path: root/hacks/config/klein.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/klein.xml')
-rw-r--r--hacks/config/klein.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/hacks/config/klein.xml b/hacks/config/klein.xml
index 8a93c9e..4880eb0 100644
--- a/hacks/config/klein.xml
+++ b/hacks/config/klein.xml
@@ -8,10 +8,10 @@
<hgroup>
<select id="kleinbottle">
- <option id="random" _label="Random shape"/>
- <option id="figure-8" _label="Figure 8" arg-set="-klein-bottle figure-8"/>
- <option id="squeezed-torus" _label="Squeezed torus" arg-set="-klein-bottle squeezed-torus"/>
- <option id="lawson" _label="Lawson" arg-set="-klein-bottle lawson"/>
+ <option id="random" _label="Random shape"/>
+ <option id="figure-8" _label="Figure 8" arg-set="-klein-bottle figure-8"/>
+ <option id="pinched-torus" _label="Pinched torus" arg-set="-klein-bottle pinched-torus"/>
+ <option id="lawson" _label="Lawson" arg-set="-klein-bottle lawson"/>
</select>
<select id="view-mode">
@@ -41,11 +41,15 @@
<select id="colors">
<option id="random" _label="Random coloration"/>
+ <option id="twosided" _label="One-sided" arg-set="-colors one-sided"/>
<option id="twosided" _label="Two-sided" arg-set="-colors two-sided"/>
<option id="rainbow" _label="Rainbow colors" arg-set="-colors rainbow"/>
<option id="depth" _label="4d depth colors" arg-set="-colors depth"/>
</select>
+ <boolean id="change-colors" _label="Change colors"
+ arg-set="-change-colors"/>
+
<select id="projection3d">
<option id="random" _label="Random 3D"/>
<option id="perspective-3d" _label="Perspective 3D" arg-set="-projection-3d perspective"/>