dilevin / computer-graphics-bounding-volume-hierarchy

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

Expected ouput #116

Open AntonyZhuang opened 1 month ago

AntonyZhuang commented 1 month ago

I used SAT instead the paper for triangle_triangle_intersection.

Are these outputs are the same as expected for each of these commands

./intersections ../data/knight.obj ../data/cheburashka.obj fe1eccc5dccebd8d8068ee8b01545a1 ./distances 100000 10000 623a3087c788df1f82737aa8a9c59d9 ./rays ../data/rubber-ducky.obj

2eb1e44884c5a8e7af3d8bbe6c6962e

Zhecheng-Wang commented 1 month ago

It's really hard to tell if the program's output matches the expected result based solely on screenshots... But looks good to me.