More tolerance for boundary layer smoothing along inner edges

This commit is contained in:
Matthias Hochsteger 2025-02-06 18:49:36 +01:00
parent 6f574ec191
commit a8a75614c0

View File

@ -143,7 +143,7 @@ void BoundaryLayerTool ::InterpolateGrowthVectors()
{ {
auto n0 = getNormal(mesh[faces[0]]); auto n0 = getNormal(mesh[faces[0]]);
auto n1 = getNormal(mesh[faces[1]]); auto n1 = getNormal(mesh[faces[1]]);
if (n0 * n1 < 0.999) if (n0 * n1 < 0.9)
no_angles = false; no_angles = false;
} }
else else