dilevin / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
6 stars 7 forks source link

Time for brute-force #77

Open li-grace opened 1 year ago

li-grace commented 1 year ago

What's a reasonable time for brute-force to take? Mine are around 90s for the duck and I'm wondering if that's expected

Zhecheng-Wang commented 1 year ago

That takes too long -- did you build in Release mode?

li-grace commented 1 year ago

Alas I did not. With Release mode it takes 0.7s