dilevin / computer-graphics-bounding-volume-hierarchy

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

Clarification about box box intersection #78

Open junior-stack opened 1 year ago

junior-stack commented 1 year ago

Hi, I am wondering if there is only one vertex, or one edge or one face that is in both boxes, does this case count as intersection between 2 boxes?

Zhecheng-Wang commented 1 year ago

Yes.