1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Delete broken interlaced 3d_mode

fixes #15406
This commit is contained in:
sfan5 2025-08-14 13:30:15 +02:00
parent e835673c5e
commit 1d53ec4892
5 changed files with 6 additions and 112 deletions

View file

@ -474,13 +474,12 @@ undersampling (Undersampling) int 1 1 8
# 3D support.
# Currently supported:
# - none: no 3d output.
# - anaglyph: cyan/magenta color 3d.
# - interlaced: odd/even line based polarization screen support.
# - topbottom: split screen top/bottom.
# - sidebyside: split screen side by side.
# - crossview: Cross-eyed 3d
3d_mode (3D mode) enum none none,anaglyph,interlaced,topbottom,sidebyside,crossview
# - none: no 3D output
# - anaglyph: cyan/magenta color 3D
# - topbottom: split screen top/bottom
# - sidebyside: split screen side-by-side
# - crossview: cross-eyed 3D
3d_mode (3D mode) enum none none,anaglyph,topbottom,sidebyside,crossview
# Strength of 3D mode parallax.
3d_paralax_strength (3D mode parallax strength) float 0.025 -0.087 0.087