summaryrefslogtreecommitdiffstats
path: root/hacks/config/projectiveplane.xml
diff options
context:
space:
mode:
authorSimon Rettberg2020-12-02 08:23:52 +0100
committerSimon Rettberg2020-12-02 08:23:52 +0100
commit2954208d00d422b34fa3a69631b0a091f17a349d (patch)
treeb4322e320155656af133b8f47025d00b17a68f64 /hacks/config/projectiveplane.xml
parentUpdate to 5.43 (diff)
downloadxscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.tar.gz
xscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.tar.xz
xscreensaver-2954208d00d422b34fa3a69631b0a091f17a349d.zip
5.44
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"/>