mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add support for interlaced polarized 3d screens
Add (experimental) support for topbottom as well as sidebyside 3d mode
This commit is contained in:
parent
d9f6f9e7a8
commit
09970b7b6d
17 changed files with 910 additions and 424 deletions
|
@ -127,9 +127,15 @@
|
|||
#view_bobbing_amount = 1.0
|
||||
# Amount of fall bobbing (0 = no fall bobbing, 1.0 = normal, 2.0 = double)
|
||||
#fall_bobbing_amount = 0.0
|
||||
# Anaglyph stereo
|
||||
#anaglyph = false
|
||||
#anaglyph_strength = 0.1
|
||||
# 3d support,
|
||||
# right now:
|
||||
# "none" = no 3d output,
|
||||
# "anaglyph" = cyan/magenta color 3d,
|
||||
# "interlaced" = odd/even line based polarisation screen support,
|
||||
# "topbottom" = split screen top boton,
|
||||
# "sidebyside" = split screen side by side
|
||||
#3d_mode = none
|
||||
#3d_paralax_strength = 0.025
|
||||
# In-game chat console background color (R,G,B)
|
||||
#console_color = (0,0,0)
|
||||
# In-game chat console background alpha (opaqueness, between 0 and 255)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue