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

Conversation

artem-ogre
Copy link
Owner

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.

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 artem-ogre linked an issue Sep 16, 2021 that may be closed by this pull request
@artem-ogre artem-ogre force-pushed the feature/42-handle-overlapping-boundaries branch from 0f4b4fc to 52fac0a Compare September 16, 2021 19:38
@artem-ogre artem-ogre merged commit a239347 into master Oct 20, 2021
@artem-ogre artem-ogre deleted the feature/42-handle-overlapping-boundaries branch October 20, 2021 19:46
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.

Support overlapping boundaries
1 participant