From ef684a7d2ad2934af872cb19a413c95d1005c4b6 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 7 May 2020 12:51:27 +0200 Subject: Naive path trace. Not working --- main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 356976a..ccf546b 100644 --- a/main.c +++ b/main.c @@ -14,7 +14,7 @@ #define PERCENTSTEP (TESTH / 100) -#define WORKERS 4 +#define WORKERS 1 void *worker_func(void *arg); @@ -44,12 +44,12 @@ settings_t gfx_high = { }; settings_t gfx_low = { - .arealight_samples = 16, + .arealight_samples = 4, .envlight_samples = 16, - .antialias_samples = 2, + .antialias_samples = 100, .globallight_samples = 16, .gl_opt_depth = 1, - .depth = 1, + .depth = 16, }; settings_t gfx_very = { -- cgit v1.2.3