mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add crossview support (#7361)
This commit is contained in:
parent
7f7678e4e3
commit
3f0720e721
5 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue