hugoledoux / startin

A Delaunay triangulator for processing TINs
MIT License
34 stars 9 forks source link

Question: Holes and quality mesh features #13

Closed michelk closed 2 years ago

michelk commented 2 years ago

Currently for meshing I use the command-line tool triangle.

Is it planned to also implement holes, regions (region-ids) or quality-mesh features (per-region area restrictions, min. angle, ...)

hugoledoux commented 2 years ago

Triangle is a constrained triangulator, and startin has no constraints yet.

Triangle has a different purpose really, meshing a domain for further processing.

startin is a triangulator for terrains.

michelk commented 2 years ago

ok thanks for clarification.