aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorotdav33 <odavies@dread.life>2018-05-29 12:38:58 -0400
committerSmallJoker <SmallJoker@users.noreply.github.com>2018-05-29 18:38:58 +0200
commit3f0720e721a2f4360fd0397a67ad57e0adc30f79 (patch)
tree95d6b360da58b208d3b724e093090c1fd9b172e7 /builtin
parent7f7678e4e30fdae3722c3f75d4dc6488364d853e (diff)
downloadminetest-3f0720e721a2f4360fd0397a67ad57e0adc30f79.tar.gz
minetest-3f0720e721a2f4360fd0397a67ad57e0adc30f79.tar.bz2
minetest-3f0720e721a2f4360fd0397a67ad57e0adc30f79.zip
Add crossview support (#7361)
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 84059c25f..51797f7de 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -621,9 +621,10 @@ fall_bobbing_amount (Fall bobbing factor) float 0.0
# - interlaced: odd/even line based polarisation screen support.
# - topbottom: split screen top/bottom.
# - sidebyside: split screen side by side.
+# - crossview: Cross-eyed 3d
# - pageflip: quadbuffer based 3d.
# Note that the interlaced mode requires shaders to be enabled.
-3d_mode (3D mode) enum none none,anaglyph,interlaced,topbottom,sidebyside,pageflip
+3d_mode (3D mode) enum none none,anaglyph,interlaced,topbottom,sidebyside,crossview,pageflip
# In-game chat console height, between 0.1 (10%) and 1.0 (100%).
console_height (Console height) float 0.6 0.1 1.0