summaryrefslogtreecommitdiffstats
path: root/hacks/config/hypertorus.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/hypertorus.xml')
-rw-r--r--hacks/config/hypertorus.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/hacks/config/hypertorus.xml b/hacks/config/hypertorus.xml
index a82e090..899d0cb 100644
--- a/hacks/config/hypertorus.xml
+++ b/hacks/config/hypertorus.xml
@@ -40,10 +40,14 @@
</select>
<select id="colors">
- <option id="twosided" _label="Two-sided" arg-set="-twosided"/>
+ <option id="onesided" _label="One-sided" arg-set="-onesided"/>
+ <option id="twosided" _label="Two-sided" arg-set="-twosided"/>
<option id="colorwheel" _label="Color wheel"/>
</select>
+ <boolean id="change-colors" _label="Change colors"
+ arg-set="-change-colors"/>
+
<select id="projection3d">
<option id="perspective-3d" _label="Perspective 3D"/>
<option id="orthographic-3d" _label="Orthographic 3D"