Open AlexProtoss opened 1 year ago
LNK2019 in Visual Studio is a linker error during linking -- it means the linker cannot link the inverse method to the object, did you include #include <Eigen/Dense> in .cpp?
LNK2019 in Visual Studio is a linker error during linking -- it means the linker cannot link the inverse method to the object, did you include #include <Eigen/Dense> in .cpp?
Adding #include <Eigen/Dense> to my intersect function works! thank you :)
when i finish AABB tree and want to test how it run, it shows i have tried to disable ray_intersect_triangle() by directly return false, but this error still there, so i am very confused about what's happenning and how to fix it