mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
2e674f67b2
Boundary vertices (shared between masked and unmasked faces) were skipped during falloff computation, keeping their falloffAttr at 1.0. This created a ring of full-intensity texture at the mask border before the falloff gradient started. Now these vertices correctly get factor 0 (distance to boundary = 0), matching the export behavior.