1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Fix stuff

This commit is contained in:
Gefüllte Taubenbrust 2025-04-13 14:56:08 +02:00
parent fa212d19f7
commit 282b9ad7c5
5 changed files with 34 additions and 12 deletions

View file

@ -77,7 +77,7 @@ struct Lighting
float saturation {1.0f};
float volumetric_light_strength {0.0f};
float foliage_translucency{1.5f};
float specular_intensity{1.5f};
float specular_intensity{0.0f};
// These factors are calculated based on expected value of scattering factor of 1e-5
// for Nitrogen at 532nm (green), 2e25 molecules/m3 in atmosphere
v3f volumetric_beta_r0{ 3.3362176e-01f, 8.753783e-01f, 1.9534237f };