dilevin / computer-graphics-bounding-volume-hierarchy

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

time to run intersect #97

Closed Rishit-dagli closed 1 month ago

Rishit-dagli commented 1 month ago

I have been trying to run intersection:

./intersections ../data/knight.obj ../data/cheburashka.obj

# Triangle Mesh Intersection Detection
  |VA| 2002
  |FA| 4000

  |VB| 6669
  |FB| 13334

  | Method      | Time in seconds |
  |:------------|----------------:|
  | brute force |   7.59933805466 |
  | build trees |   0.00876474380 |

these meshes are bigger relative to the previous meshes. however, it has been a few minutes since this has been running and i was wondering how long is finding intersecting pairs expected to take?

Zhecheng-Wang commented 1 month ago

Did you build in release?

Rishit-dagli commented 1 month ago

yes

and i just fixed it