-
Notifications
You must be signed in to change notification settings - Fork 18
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
472 edgemesh trimesh multimesh tuple map updates after operations #482
472 edgemesh trimesh multimesh tuple map updates after operations #482
Conversation
zlyfunction
commented
Oct 30, 2023
- Implemented the functor for updating the map between the edge mesh and the triangle mesh:
- Registered the map for the new edges created by the split operation.
- Updated the hash in the map for those edges that potentially underwent hash changes.
- Fixed bugs in the multi-mesh hash map functions.
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…https://github.com/wildmeshing/wildmeshing-toolkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…github.com/wildmeshing/wildmeshing-toolkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #482 +/- ##
==========================================
+ Coverage 85.76% 86.29% +0.52%
==========================================
Files 210 208 -2
Lines 6226 6289 +63
==========================================
+ Hits 5340 5427 +87
+ Misses 886 862 -24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
…lkit into 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we said we would accept bascially as is and then fix after right?
feel free to merge