wo80 / Triangle

CMake project for Jonathan Shewchuk's Triangle mesh generator.
Other
63 stars 26 forks source link

Try this test file? #25

Closed samyuchao closed 6 years ago

samyuchao commented 6 years ago

1.zip image

samyuchao commented 6 years ago

Anyone know the issue ? how to fix?

wo80 commented 6 years ago
  1. This is not the right place to ask about Triangle.NET.
  2. You are probably running out of floating point precision. Try normalizing the coordinates (for example, removing the first two digits from the x and the first three digits from the y-coordinates worked for me).
samyuchao commented 6 years ago

Thank you for the answer. so, which version you are using? Is there binary file(*.exe) can be downloaded?