Skip to content

0.3.0

Compare
Choose a tag to compare
@pearswj pearswj released this 18 Nov 22:32
· 55 commits to master since this release

Plankton is still in the _very early stages_ of development and as such things _may_ break from time to time without warning. If you have any ideas for functionality that you would like to see in the project, please get in touch here or in the Grasshopper Plankton Group.

Changes

  • Add a comprehensive and robust set of Euler operators (combinatorial modifications). See #5.
    • split-edge
    • collapse-edge (a.k.a. merge-vertices)
    • split-vertex
    • split-face
    • merge-faces
    • remove-face
    • remove-center-vertex
    • add-center-vertex (a.k.a stellate)
  • Better handling of unset items.
  • Ability to remove unset items and reindex the mesh.
  • More robust halfedge circulators (vertex/face).
  • Another project re-structure (only affects development). See #7.
  • Better documentation.

And now for some examples...

Sqrt3 subdivision using stellate and edge flip.

sqrt3test_smooth_fast