SLATreeSupports generator now takes account for holes and can build supports through them

This commit is contained in:
Lukas Matena 2019-11-26 11:36:09 +01:00
parent bc0db7dc91
commit 73af7c64b8
6 changed files with 103 additions and 79 deletions

View file

@ -778,7 +778,7 @@ void SupportTreeBuildsteps::filter()
nn = Vec3d(std::cos(azimuth) * std::sin(polar),
std::sin(azimuth) * std::sin(polar),
std::cos(polar)).normalized();
t = oresult.score;
t = EigenMesh3D::hit_result(oresult.score);
}
}