From b2b78366e8cd9122f42e9cffacd1cb085eacf036 Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 15 Dec 2020 14:26:11 +0100 Subject: Add higher resolution image --- app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/main.cpp') diff --git a/app/main.cpp b/app/main.cpp index e53b8ad..563a18f 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -18,9 +18,9 @@ int main(int argc, char *argv[]) conf.m_width = 500; conf.m_height = 500; conf.m_maxhops = 5; - conf.m_samples = 100; + conf.m_samples = 1000; conf.m_framerate = 3; - conf.m_workers = 4; + conf.m_workers = 8; Material blue(Color(0.3, 0.3, 1), 1); -- cgit v1.2.3