wo80 / Triangle.NET

C# / .NET version of Jonathan Shewchuk's Triangle mesh generator.
442 stars 81 forks source link

Id's use GetHashCode() #7

Open gamemachine opened 5 years ago

gamemachine commented 5 years ago

Looking for the best fix ATM, poor choice of what to base an id on. Surprised nobody has run into this before? It completely breaks everything once you generate more vertices then fit into an int.