mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 10:53:47 +01:00
Fix wrong names for parallax settings in config example.
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user