TobiasJacob / geop

18 stars 3 forks source link

Improve rasterizer #2

Open TobiasJacob opened 3 months ago

TobiasJacob commented 3 months ago

The rasterizer cannot deal well with thin and long holes.

face1rasterizationproblem

The temporary solution is to increase the line resolution to fix this. Long term, it would be more efficient to have a delaungy triangulation that respects this.

face1