From 9c8fec83af2c94791865cd82ee18abdc54f913a1 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 17 Aug 2017 01:23:20 +0300 Subject: New lighting curve (#5279) * New lighting curve * Make polynomial lighting curve * Update default lighting settings --- minetest.conf.example | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index d314577cb..f163965ba 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -702,8 +702,14 @@ # Adjust the gamma encoding for the light tables. Higher numbers are brighter. # This setting is for the client only and is ignored by the server. -# type: float min: 1 max: 3 -# display_gamma = 2.2 +# type: float min: 0.5 max: 3.0 +# display_gamma = 1.0 + +# type: float min: 0.0 max: 4.0 +# lighting_alpha = 0.0 + +# type: float min: 0.0 max: 4.0 +# lighting_beta = 0.0 # Path to texture directory. All textures are first searched from here. # type: path -- cgit v1.2.3