Fixed inverted sky light direction & Volumetric

This commit is contained in:
Antoine Pilote
2024-08-11 00:59:52 -04:00
parent 24cd93c342
commit d35a7dad34
2 changed files with 2 additions and 2 deletions

View File

@@ -788,7 +788,7 @@ namespace Nuake
if (light.Type == Directional && light.SyncDirectionWithSky)
{
light.Direction = -env->ProceduralSkybox->GetSunDirection();
light.Direction = env->ProceduralSkybox->GetSunDirection();
}
else
{