dilevin / computer-graphics-bounding-volume-hierarchy

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

#include <Eigen/Geometry> allowed? #89

Open zengzix2 opened 1 month ago

zengzix2 commented 1 month ago

Are we allowed to include <Eigen/Geometry> as we did in assignment 2 for ray_intersect_triangle?

Zhecheng-Wang commented 1 month ago

Sure, feel free to include it.