Map is now working well and all light is good but it's causing saturation fatigue because of the low levels and low saturation. I'll have to work on contrast and probably jut up the wall contrast.
This commit is contained in:
parent
1fab1d2d6d
commit
988edf13d7
5 changed files with 16 additions and 19 deletions
|
@ -14,13 +14,14 @@ namespace lighting {
|
|||
|
||||
const int MIN = 40;
|
||||
const int MAX = 220;
|
||||
const int MID = 140;
|
||||
|
||||
const std::array<int, 10> LEVELS{
|
||||
MAX,
|
||||
200,
|
||||
180,
|
||||
160,
|
||||
140,
|
||||
MID,
|
||||
120,
|
||||
100,
|
||||
80,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue