nilsschmidt1337 / ldparteditor

The LDraw™ Part Editor. Create and edit LDraw™ Parts quick and easy.
http://nilsschmidt1337.github.io/ldparteditor/
MIT License
43 stars 8 forks source link

[txt2dat] There's a glitch in "w" top (Arial font, default parameters). #946

Closed nilsschmidt1337 closed 1 year ago

nilsschmidt1337 commented 1 year ago

This glitch comes from the fact that the delaunay triangulation does not care if the generated triangle is actually completely inside the letter or not.

It has to be solved with constrained Delaunay triangulation and is necessary to close issue #947.

Actual:

bug-with-txt2dat

Expected: IncrementalTIN

nilsschmidt1337 commented 1 year ago

Closed with commit 6a5b560.