diff options
author | TriBlade9 <triblade9@mail.com> | 2015-01-14 23:34:44 +1000 |
---|---|---|
committer | Craig Robbins <kde.psych@gmail.com> | 2015-01-14 23:35:50 +1000 |
commit | e19dab2622b89471dba3000bd42b5598fc4ebee8 (patch) | |
tree | 4a4df9195599221fa2f6ea47e38354b02c06b0e6 /minetest.conf.example | |
parent | 57f2fa57cda957be302b3542a59cd51209d46f2d (diff) | |
download | minetest-e19dab2622b89471dba3000bd42b5598fc4ebee8.tar.gz minetest-e19dab2622b89471dba3000bd42b5598fc4ebee8.tar.bz2 minetest-e19dab2622b89471dba3000bd42b5598fc4ebee8.zip |
Added configurable ambient_occlusion_gamma. Default is 2.2 (same as previous hardcoded values).
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 0b137c5a2..e1d880d83 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -216,6 +216,11 @@ # Set to true enables waving plants. Requires shaders enabled. #enable_waving_plants = false # Enables caching of facedir rotated meshes +#ambient_occlusion_gamma = 2.2 +# The strength (darkness) of node ambient-occlusion shading. +# Lower is darker, Higher is lighter. The valid range of values for this +# setting is 0.25 to 4.0 inclusive. If the value is out of range it will be +# set to the nearest valid value. #enable_mesh_cache = true # The time in seconds it takes between repeated # right clicks when holding the right mouse button. @@ -548,4 +553,3 @@ # Noise parameters for biome API temperature and humidity #mg_biome_np_heat = 50, 50, (500, 500, 500), 5349, 3, 0.5, 2.0 #mg_biome_np_humidity = 50, 50, (500, 500, 500), 842, 3, 0.5, 2.0 - |