diff options
author | Lars Hofhansl <larsh@apache.org> | 2016-12-03 21:43:25 -0800 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-12-07 04:07:54 +0000 |
commit | 075833e39368e63e06889f21140f816420e83541 (patch) | |
tree | c40d5390e23bbe87a8672f44e8c51649d3331091 /minetest.conf.example | |
parent | 9714cdcf4ba51b44cca72e133ec5ef2a3c9f50f6 (diff) | |
download | minetest-075833e39368e63e06889f21140f816420e83541.tar.gz minetest-075833e39368e63e06889f21140f816420e83541.tar.bz2 minetest-075833e39368e63e06889f21140f816420e83541.zip |
Fog: Make fraction of visible distance at which fog starts configurable
Optimise the fetching of global settings 'camera_smoothing',
'cinematic' and 'cinematic_camera_smoothing'.
Cache 'cam_smoothing'.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 361311ba0..90d7af0a3 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -615,6 +615,10 @@ # type: bool # inventory_items_animations = false +# Fraction of the visible distance at which fog starts to be rendered +# Range 0 - 0.99 +# fog_start = 0.4 + ### Menus # Use a cloud animation for the main menu background. |