From 3f0720e721a2f4360fd0397a67ad57e0adc30f79 Mon Sep 17 00:00:00 2001 From: otdav33 Date: Tue, 29 May 2018 12:38:58 -0400 Subject: Add crossview support (#7361) --- builtin/settingtypes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'builtin') 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 -- cgit v1.2.3