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

PMP: Fix smooth_shape() #8130

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

afabri
Copy link
Member

@afabri afabri commented Apr 9, 2024

Summary of Changes

When only smoothing a patch the diagonals of the matrix are not set to 1.0
Now the matrix can be factorized but the resulting mesh is wrong. So there is either still another bug, or something is wrong in my fix.

Release Management

@sloriot sloriot changed the title WIP PMP: Fix smooth_shape() PMP: Fix smooth_shape() Apr 9, 2024
@MaelRL MaelRL assigned MaelRL and unassigned MaelRL Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Partial Mesh Smoothing Fails in CGAL::Polygon_mesh_processing::smooth_shape
2 participants