mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-18 06:29:53 +08:00
Improved ambient light level for manual light direction mode
This commit is contained in:
@@ -486,7 +486,7 @@ namespace CodeWalker.Rendering
|
|||||||
{
|
{
|
||||||
lightdircolour *= weather.CurrentValues.skyHdr;
|
lightdircolour *= weather.CurrentValues.skyHdr;
|
||||||
lightdircolour.Alpha = 1.0f;
|
lightdircolour.Alpha = 1.0f;
|
||||||
lightdirambcolour *= weather.CurrentValues.skyHdr;
|
lightdirambcolour *= weather.CurrentValues.skyHdr * 0.35f;
|
||||||
lightdirambcolour.Alpha = 1.0f;
|
lightdirambcolour.Alpha = 1.0f;
|
||||||
hdrint = weather.CurrentValues.skyHdr;
|
hdrint = weather.CurrentValues.skyHdr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user