summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2015-12-14 19:01:32 -0200
committersfan5 <sfan5@live.de>2016-01-09 16:52:29 +0100
commit9943ae3f1a4fa1b687c780419b7f3a2d8091abe0 (patch)
treeccef2ab8002f276b6a2c4e4fb8cdb8d0064ff49b /minetest.conf.example
parentfe3f6be4d262b466cd511595ad3b3c9bd5c89ea1 (diff)
downloadminetest-9943ae3f1a4fa1b687c780419b7f3a2d8091abe0.tar.gz
minetest-9943ae3f1a4fa1b687c780419b7f3a2d8091abe0.tar.bz2
minetest-9943ae3f1a4fa1b687c780419b7f3a2d8091abe0.zip
New 3D Mode: Pageflip
The pageflip mode requires a stereo quadbuffer, and a modern graphic card. Patch tested with NVidia 3D Vision. The mini-map is not drawn, but that's what is done for topbottom and sidebyside modes as well. Also most of the time the user would prefer the HUD to be off. That's for the user to decide though, and toggle it manually. Finally, the interocular distance (aka eye separation) is twice as much as the "3d_paralax_strength" settings. I find this a strange design decision. I didn't want to chance this though, since it's how the other 3d modes interpret this settings.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 40456f953..806ce62c2 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -518,7 +518,8 @@
# - interlaced: odd/even line based polarisation screen support.
# - topbottom: split screen top/bottom.
# - sidebyside: split screen side by side.
-# type: enum values: none, anaglyph, interlaced, topbottom, sidebyside
+# - pageflip: quadbuffer based 3d.
+# type: enum values: none, anaglyph, interlaced, topbottom, sidebyside, pageflip
# 3d_mode = none
# In-game chat console background color (R,G,B).