Fixed inverted sky light direction & Volumetric
This commit is contained in:
@@ -788,7 +788,7 @@ namespace Nuake
|
||||
|
||||
if (light.Type == Directional && light.SyncDirectionWithSky)
|
||||
{
|
||||
light.Direction = -env->ProceduralSkybox->GetSunDirection();
|
||||
light.Direction = env->ProceduralSkybox->GetSunDirection();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user