dilevin / computer-graphics-bounding-volume-hierarchy

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

Triangle-Triangle Intersection #112

Open dorsa01 opened 3 days ago

dorsa01 commented 3 days ago

Hi

I was wondering whether we can implement the "hacky solution" that you mentioned in the tutorial or we have to implement the one in the paper that is linked in the tutorial slides? If we can use the "hacky solution", is there any paper associated with it that we need to cite?

Thank you

Zhecheng-Wang commented 3 days ago

It is highly recommended to implement the paper mentioned in tutorial since it's what the reference solution implemented.

However, if you have a hard time getting it to work, you can try to implement the easier solution.

There is no paper you need to cite for that.