diff options
author | RealBadAngel <maciej.kasatkin@o2.pl> | 2016-01-25 13:33:22 +0100 |
---|---|---|
committer | kwolekr <kwolekr@minetest.net> | 2016-02-09 02:55:59 -0500 |
commit | eb3840a3f88dd9902ff1c5ea50d90a7f33e08d82 (patch) | |
tree | 3248c3bc66339f2c4cadc8fbf2cfb10a12c1f238 /builtin/settingtypes.txt | |
parent | 180893e79dd358d2f8f720b200a62daa2838e341 (diff) | |
download | minetest-eb3840a3f88dd9902ff1c5ea50d90a7f33e08d82.tar.gz minetest-eb3840a3f88dd9902ff1c5ea50d90a7f33e08d82.tar.bz2 minetest-eb3840a3f88dd9902ff1c5ea50d90a7f33e08d82.zip |
Filmic HDR tone mapping
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 79a64c2db..eebccf784 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -326,6 +326,11 @@ fsaa (FSAA) enum 0 0,1,2,4,8,16 # Thy only work with the OpenGL video backend. enable_shaders (Shaders) bool true +[****Tone Mapping] + +# Enables filmic tone mapping +tone_mapping (Filmic tone mapping) bool false + [****Bumpmapping] # Enables bumpmapping for textures. Normalmaps need to be supplied by the texture pack |