aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/main.cpp4
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);