1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-12-22 23:58:48 -05:00

Fix wrong names for parallax settings in config example.

This commit is contained in:
RealBadAngel 2013-12-22 00:30:17 +01:00
parent 7ae0b90ff7
commit a58b47d0f6

View File

@ -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: