From fa280a8ed69243b8691e44a068d38c249dbbd3cf Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 8 Jan 2020 13:56:03 +0100 Subject: Fix Rayleigh and Mie phase functions --- sunrise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrise.py') diff --git a/sunrise.py b/sunrise.py index 9a99605..408f408 100644 --- a/sunrise.py +++ b/sunrise.py @@ -16,7 +16,7 @@ config = { 'ray_samples' : 32, 'light_samples': 8, - 'exposure': 20.0, + 'exposure': 2.0, 'zoom': 1.0, 'eye_pos': numpy.array([0, 0, 1.0001]), -- cgit v1.2.3