Function:
template < typename TriMeshType, class ScalarType> bool IntersectionRayMesh(TriMeshType * m, const Line3<scalartype> & ray, Point3<scalartype> & ptPoint)
In file: D:\3rdparty\vcglib\vcg\complex\algorithms\intersection.h</scalartype></scalartype>
The source code: "if(IntersectionLineTriangle<scalartype>(ray,p1,p2,p3,dist,bar1,bar2))"
should be "if(IntersectionRayTriangle<scalartype>(ray,p1,p2,p3,dist,bar1,bar2))".</scalartype></scalartype>
Anonymous