mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 00:43:00 +08:00
Improved ambient light level for manual light direction mode
This commit is contained in:
parent
f7c3a18681
commit
b127029899
@ -486,7 +486,7 @@ namespace CodeWalker.Rendering
|
||||
{
|
||||
lightdircolour *= weather.CurrentValues.skyHdr;
|
||||
lightdircolour.Alpha = 1.0f;
|
||||
lightdirambcolour *= weather.CurrentValues.skyHdr;
|
||||
lightdirambcolour *= weather.CurrentValues.skyHdr * 0.35f;
|
||||
lightdirambcolour.Alpha = 1.0f;
|
||||
hdrint = weather.CurrentValues.skyHdr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user