mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add configurable saturation (#12865)
* Add configurable saturation Co-authored-by: Pevernow <3450354617@qq.com> Co-authored-by: x2048 <codeforsmile@gmail.com> Author: Lars <larsh@apache.org>
This commit is contained in:
parent
dac05a500e
commit
7bf64fc61a
4 changed files with 29 additions and 1 deletions
|
@ -366,6 +366,15 @@ enable_shaders (Shaders) bool true
|
|||
# enhanced, highlights and shadows are gradually compressed.
|
||||
tone_mapping (Filmic tone mapping) bool false
|
||||
|
||||
# Adjust the saturation (or vividness) of the scene
|
||||
# Values
|
||||
# < 1.0 decrease saturation
|
||||
# > 1.0 increase saturation
|
||||
# 1.0 = unchanged saturation
|
||||
# 0.0 = black and white
|
||||
# (Tone mapping needs to be enabled.)
|
||||
saturation (Saturation) float 1.0 0.0 5.0
|
||||
|
||||
[**Waving Nodes]
|
||||
|
||||
# Set to true to enable waving leaves.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue