summaryrefslogtreecommitdiffstats
path: root/hacks/config/glplanet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/glplanet.xml')
-rw-r--r--hacks/config/glplanet.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/hacks/config/glplanet.xml b/hacks/config/glplanet.xml
index 5714b7a..802f629 100644
--- a/hacks/config/glplanet.xml
+++ b/hacks/config/glplanet.xml
@@ -5,6 +5,7 @@
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=ohcJ1bVkLZ4"/>
+<!--<video href="https://www.youtube.com/watch?v=OZ6zRLLFLk4"/>-->
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
@@ -21,10 +22,18 @@
<boolean id="rotate" _label="Rotate" arg-unset="-no-rotate"/>
<boolean id="roll" _label="Roll" arg-unset="-no-roll"/>
<boolean id="stars" _label="Stars" arg-unset="-no-stars"/>
+ <select id="mode">
+ <option id="globe" _label="Globe"/>
+ <option id="mercator" _label="Mercator"
+ arg-set="-mode mercator"/>
+ <option id="equirectangular" _label="Equirectangular"
+ arg-set="-mode equirectangular"/>
+ </select>
+
</hgroup>
<hgroup>
- <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
+ <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</hgroup>