Better procedural sky default sun intensity

This commit is contained in:
Antoine Pilote
2023-07-03 20:26:08 -04:00
parent 649ddc5bd9
commit c7fedd830d

View File

@@ -14,7 +14,7 @@ namespace Nuake
float AtmosphereRadius = 6380e3f;
Vector3 RayleighScattering = Vector3(58e-7f, 135e-7f, 331e-7f);
Vector3 MieScattering = Vector3(2e-5f);
float SunIntensity = 10.0;
float SunIntensity = 2.0;
Vector3 CenterPoint = Vector3(0.f, -SurfaceRadius, 0.f);
Vector3 SunDirection = Vector3(0.20000f, 0.95917f, 0.20000f);