summaryrefslogtreecommitdiffstats
path: root/hacks/config/projectiveplane.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/projectiveplane.xml')
-rw-r--r--hacks/config/projectiveplane.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hacks/config/projectiveplane.xml b/hacks/config/projectiveplane.xml
index fa9dfb8..996d010 100644
--- a/hacks/config/projectiveplane.xml
+++ b/hacks/config/projectiveplane.xml
@@ -23,12 +23,16 @@
<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="Distance colors" arg-set="-colors distance"/>
<option id="rainbow" _label="Direction colors" arg-set="-colors direction"/>
<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"/>