diff options
author | Julian T <julian@jtle.dk> | 2020-12-15 14:26:11 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-12-15 14:26:11 +0100 |
commit | b2b78366e8cd9122f42e9cffacd1cb085eacf036 (patch) | |
tree | 7e3decd11ee14397e9d275265630ba11c0be9b7a /app | |
parent | 10456df929d26e04d225cf62430b88ddbc4d2fdd (diff) |
Add higher resolution imageold_rendered
Diffstat (limited to 'app')
-rw-r--r-- | app/main.cpp | 4 |
1 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); |