sloppydemon / JigsawTest

GNU General Public License v3.0
0 stars 0 forks source link

Meshing problem #1

Open sloppydemon opened 10 months ago

sloppydemon commented 10 months ago

While default settings (1000 pcs, 8:5, 80 cm) seems to work every time, with other settings, pieces sometimes don't get meshed. Probably the problem has to do with triangulation not succeeding if points are too close to each other,since it helped making point lists distinct and doing another quick and dirty optimization to remove nearly identical points.

A solution to try: letting it check to see if each piece actually got vertices in its mesh and try to redo it with slightly higher and/or lower bezier resolution.