Do not translate the normal of drainhole points.
This commit is contained in:
parent
f874b61881
commit
a3a99d7a07
1 changed files with 1 additions and 1 deletions
|
@ -1184,7 +1184,7 @@ sla::DrainHoles SLAPrintObject::transformed_drainhole_points() const
|
|||
auto tr = trafo().cast<float>();
|
||||
for (sla::DrainHole &hl : pts) {
|
||||
hl.pos = tr * hl.pos;
|
||||
hl.normal = tr * hl.normal;
|
||||
hl.normal = tr * hl.normal - tr.translation();
|
||||
}
|
||||
|
||||
return pts;
|
||||
|
|
Loading…
Reference in a new issue