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

TriMesh Edge Collapse Reuses IDs #586

Open
mtao opened this issue Dec 17, 2023 · 0 comments
Open

TriMesh Edge Collapse Reuses IDs #586

mtao opened this issue Dec 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mtao
Copy link
Collaborator

mtao commented Dec 17, 2023

It seems that the edges that emerge from collapsing triangles (i.e if we collapse (A,B,C) along (A,B) then the edge (C,new) does not in fact create a new simplex for (C,new) but rather re-uses one of the ones for (A,C) or (B,C)
evidence:

ef_accessor.index_access().scalar_attribute(ear1.eid) = new_opp_vf;

@mtao mtao added the bug Something isn't working label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant