CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.89k stars 1.38k forks source link

PMP: Fix smooth_shape() #8130

Open afabri opened 5 months ago

afabri commented 5 months ago

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