From 09970b7b6daa82ba0cb71540ebb70e671637782f Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 27 Apr 2014 16:09:21 +0200 Subject: Add support for interlaced polarized 3d screens Add (experimental) support for topbottom as well as sidebyside 3d mode --- minetest.conf.example | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index c13444657..0b92d1847 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -127,9 +127,15 @@ #view_bobbing_amount = 1.0 # Amount of fall bobbing (0 = no fall bobbing, 1.0 = normal, 2.0 = double) #fall_bobbing_amount = 0.0 -# Anaglyph stereo -#anaglyph = false -#anaglyph_strength = 0.1 +# 3d support, +# right now: +# "none" = no 3d output, +# "anaglyph" = cyan/magenta color 3d, +# "interlaced" = odd/even line based polarisation screen support, +# "topbottom" = split screen top boton, +# "sidebyside" = split screen side by side +#3d_mode = none +#3d_paralax_strength = 0.025 # In-game chat console background color (R,G,B) #console_color = (0,0,0) # In-game chat console background alpha (opaqueness, between 0 and 255) -- cgit v1.2.3