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

Handle overlapping boundaries in hole-removal algorithm #43

Merged
merged 2 commits into from
Oct 20, 2021

Commits on Sep 16, 2021

  1. Handle overlapping boundaries in hole-removal algorithm

    Proof-of-concept that enables handling overlaping boundaries in hole-removal algorithm.
    Add test files.
    
    Algorithm tracks edges that were constrained more than once in `insertEdges`.
    New `PeelLayer` and `CalculateTriangleDepth` functions handle overlapping boundaries.
    Peel layer can now return seeds for next layer AND deeper layers (due to overlapping boundaries).
    It is left to account for such seeds when calculating triangles' depths.
    artem-ogre committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c259251 View commit details
    Browse the repository at this point in the history
  2. Improve documentation

    artem-ogre committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    52fac0a View commit details
    Browse the repository at this point in the history