dilevin / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
1 stars 5 forks source link

expected running time of bunny.json? #78

Open MelodyZ708 opened 3 days ago

MelodyZ708 commented 3 days ago

All my other files runs very quickly under the build-release mode, except for bunny.json (40min). Does someone encounter the same issue? Do we have to use A2 solution in this case?

vpineda1996 commented 3 days ago

I would not expected to take that long although it depends how many recursions you set your rendering engine to.

shaibalmuhtadee commented 3 days ago

I'm getting 6-7mins to build bunny with 11 max recursion

MelodyZ708 commented 3 days ago

I'm getting 6-7mins to build bunny with 11 max recursion

did you use the given solution to hw2?

shaibalmuhtadee commented 2 days ago

I'm getting 6-7mins to build bunny with 11 max recursion

did you use the given solution to hw2?

No