fix: revert "ENH: aligned the z-seam"

This reverts commit 2d0805d4aabbc4e8f25aa93c8f01870c256a0b17.
This commit is contained in:
salt.wei 2023-01-10 15:52:32 +08:00 committed by Lane.Wei
parent b13928b615
commit ba064d44a1
2 changed files with 13 additions and 45 deletions

View file

@ -71,7 +71,7 @@ struct SeamCandidate
SeamCandidate(const Vec3f &pos, Perimeter &perimeter, float local_ccw_angle, EnforcedBlockedSeamPoint type)
: position(pos), perimeter(perimeter), visibility(0.0f), overhang(0.0f), embedded_distance(0.0f), local_ccw_angle(local_ccw_angle), type(type), central_enforcer(false)
{}
Vec3f position;
const Vec3f position;
// pointer to Perimeter loop of this point. It is shared across all points of the loop
Perimeter &perimeter;
float visibility;