From 28841961ba91b943b7478704181604fa3e24e81e Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 31 Oct 2017 21:27:10 +0300 Subject: Rewrite rendering engine (#6253) * Clean draw_*() arguments * Split rendering core * Add anaglyph 3D * Interlaced 3D * Drop obsolete methods --- builtin/settingtypes.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index ad88b97d0..dac135363 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -608,6 +608,7 @@ fall_bobbing_amount (Fall bobbing factor) float 0.0 # - topbottom: split screen top/bottom. # - sidebyside: split screen side by side. # - 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 # In-game chat console height, between 0.1 (10%) and 1.0 (100%). -- cgit v1.2.3