Possible bug in TriangularMesh.cpp
Line 241: bool b = intersectPlane(this->triangleVec[triangleID].normal, p, lineOrigin, averrageNormal, intersection);
was commented in commit ab7658cf. This causes a warning, as p
is now unused.
The change may not have been intentional.
Edited by Anna Wellmann