Skip to content
Snippets Groups Projects
Commit 0cc15b0d authored by Yoel's avatar Yoel
Browse files

Main Change

parent e8fab659
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ int main() {
clock_t clkFinish;
cout << "Start render" << endl;
clkStart = clock();
Image img = raytrace(1, obs, sc, n * n);
Image img = raytrace(4, obs, sc, n * n);
clkFinish = clock();
cout << "Start imaging" << endl;
writeBmp("results/aaa.bmp", img);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment