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

Continue cleanup of HalfEdge #1524

Merged
merged 14 commits into from
Jan 19, 2023
Merged

Continue cleanup of HalfEdge #1524

merged 14 commits into from
Jan 19, 2023

Conversation

hannobraun
Copy link
Owner

Continue the cleanup of HalfEdge that I started in #1521 and #1522. This leaves HalfEdge in something of an in-between state, as I've run out of time to work on this today.

The next step is to inline Vertex into HalfEdge. The goal here is to remove Vertex completely, but I believe it will have to stay for a transition phase, as some code isn't quite ready to live without it. After that, I have more ideas, like only storing a single SurfaceVertex in HalfEdge, to reduce the redundancy between HalfEdges in a Cycle and the need for validation. We'll see how that works out.

@hannobraun hannobraun enabled auto-merge January 19, 2023 16:22
@hannobraun hannobraun merged commit 78884a9 into main Jan 19, 2023
@hannobraun hannobraun deleted the edge branch January 19, 2023 16:26
This was referenced Jan 20, 2023
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