mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix wrong names for parallax settings in config example.
This commit is contained in:
parent
7ae0b90ff7
commit
a58b47d0f6
1 changed files with 2 additions and 2 deletions
|
@ -173,9 +173,9 @@
|
||||||
# Set to true enables parallax occlusion mapping. Requires shaders enabled.
|
# Set to true enables parallax occlusion mapping. Requires shaders enabled.
|
||||||
#enable_parallax_occlusion = false
|
#enable_parallax_occlusion = false
|
||||||
# Scale of parallax occlusion effect
|
# Scale of parallax occlusion effect
|
||||||
#parallax_mapping_scale = 0.08
|
#parallax_occlusion_scale = 0.08
|
||||||
# Bias of parallax occlusion effect, usually scale/2
|
# Bias of parallax occlusion effect, usually scale/2
|
||||||
#parallax_mapping_scale = 0.04
|
#parallax_occlusion_bias = 0.04
|
||||||
# Set to true enables waving water. Requires shaders enabled.
|
# Set to true enables waving water. Requires shaders enabled.
|
||||||
#enable_waving_water = false
|
#enable_waving_water = false
|
||||||
# Parameters for waving water:
|
# Parameters for waving water:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue