EEVEE-Next: Increase light threshold

Make tests closer to cycles as the main difference
was the light not going far enough to bounce on
the background.
This commit is contained in:
Clément Foucault
2024-05-10 19:52:11 +02:00
parent 9cb76bd728
commit 717f546f91

View File

@@ -27,6 +27,9 @@ def setup():
# Ambient Occlusion Pass
eevee.gtao_distance = 1
# Lights
eevee.light_threshold = 0.001
# Hair
scene.render.hair_type = 'STRIP'