Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add colors to halfedge vert, delaunay triangle, and voronoi cell #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

simonbroggi
Copy link

  • allow the incremental delaunay algorithm to keep colors of previous vertices when adding new ones.

voronoi

  • refactor (allow transformation to mesh to use the same mesh pointer)

  • update to unity version 2019.4

* allow reusing mesh when converting from other data structure to unity mesh

* add DelaunayIncrementalController (Start with a quad. Works in play mode. Adds triangles to mesh when pressing space)

* update to unity 2019.4

* refactor generation of voronoi from delaunay
* refactor

* add vertex color to halfedge vert, triangle, and voronoi data structures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant