Removed SLA unused code

Mostly the dead-ends that were tried when hollowing was being implemented
This commit is contained in:
Lukas Matena 2020-02-29 11:39:54 +01:00
parent 50ebdf5293
commit 6918f11100
7 changed files with 5 additions and 247 deletions

View file

@ -101,6 +101,9 @@ public:
// Iterates over hits and holes and returns the true hit, possibly
// on the inside of a hole.
// This function is currently not used anywhere, it was written when the
// holes were subtracted on slices, that is, before we started using CGAL
// to actually cut the holes into the mesh.
hit_result filter_hits(const std::vector<EigenMesh3D::hit_result>& obj_hits) const;
class si_result {