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 ++-- generated.png | Bin 489833 -> 331773 bytes 2 files changed, 2 insertions(+), 2 deletions(-) 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); diff --git a/generated.png b/generated.png index 521e7ed..e6b96b2 100644 Binary files a/generated.png and b/generated.png differ -- cgit v1.2.3