-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
TriangleSplitter: Enable symmetrical clipping along connected edges #51
Labels
Milestone
Comments
This was referenced Sep 12, 2022
gkjohnson
changed the title
Retain as much half-edge structure as possible when generating a new geometry
Clip triangles so the half structure is complete when generating a new geometry
Sep 12, 2022
This was referenced Sep 12, 2022
Hey, we are offering a bounty of $500 for this issue. Whoever solves it, will get that money. 😎 |
Closed
gkjohnson
changed the title
Clip triangles so the half structure is complete when generating a new geometry
TriangleSplitter: Clip triangles so the half structure is complete when generating a new geometry
Sep 20, 2022
gkjohnson
changed the title
TriangleSplitter: Clip triangles so the half structure is complete when generating a new geometry
TriangleSplitter: Enable symmetrical clipping along connected edges
Sep 20, 2022
See approach from paper in #97 which may help limit the amount of unnecessary inserted edge vertices on clipping. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #49
Requirements
HalfEdgeMap
.Approach
Notes
The text was updated successfully, but these errors were encountered: