Andrzej Więckowski, Ph.D.

Results 57 comments of Andrzej Więckowski, Ph.D.

I believe I need additional data from you since I've extracted points from picture which you attached but on my machine triangulation performs correctly (using `v2.4.0`) 😅 I've checked many...

Hi @katastorm, Great news! Thanks for your input. I've managed to find a bug. With commit 53c3f5c5453e52bb3b882ca7533f89d3d7116ed1, this should work perfectly. The commit just appends two lines in the resolving...

> Your fix work perfectly on my side. Thanks for all, I can't wait to see how this tool will evolve ! I'm glad I could help. Let me know...

@katastorm FYI, I've just released `v2.5.0` (it is available on `OpenUPM` as well). This release contains a fix related to your issue.

Hi @sinoth, Thank you for your interest and contribution to the BurstTriangulation project! As far as I know, the 'Leak' message is an internal bug of the `Unity.Collections`/`Unity.Burst` package. I...

Hi @HalfVoxel, Recently, version [v3](https://github.com/andywiecko/BurstTriangulator/releases/tag/v3.0.0) resolves this issue. Triangulator is now based on `double2`. I added commit https://github.com/andywiecko/BurstTriangulator/commit/233a978482a9902c64a4a397ff65e4430d190cf0 with a test to check this particular issue. Best, Andrzej

Hi @MostHated, thanks for the feedback! > Do you think there could be any success using this against a heightmap to lay out the points in 2d space, then taking...