You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and to my surprise this yielded no triangles.
Having a second look I found that all the points are on the same line so, indeed, no triangulation can be done.
Changing example shouldn't be hard but may save some time for new users, the time I have just wasted...
Thanks you for exceptional library, much appreciated!
The text was updated successfully, but these errors were encountered:
@shaman4d The output is not coordinates. The input is coordinates. The output is vertex ids or triangle ids. These ids are integers. The guide page shows sample code of how to use the ids to construct edges or triangles.
(Also, I think your question is unrelated to this issue which is about the numbers used for the sample points)
@shaman4d The output is not coordinates. The input is coordinates. The output is vertex ids or triangle ids. These ids are integers. The guide page shows sample code of how to use the ids to construct edges or triangles.
(Also, I think your question is unrelated to this issue which is about the numbers used for the sample points)
That's very minor, yet, may discourage users who are new to this excellent library and wants to evaluate it.
What I did with the first example:
was to make it runnable by changing:
and to my surprise this yielded no triangles.
Having a second look I found that all the points are on the same line so, indeed, no triangulation can be done.
Changing example shouldn't be hard but may save some time for new users, the time I have just wasted...
Thanks you for exceptional library, much appreciated!
The text was updated successfully, but these errors were encountered: