mirror of https://github.com/CGAL/cgal
jet smoothing is breaking normals
This commit is contained in:
parent
7d726d2766
commit
d55283c92f
|
|
@ -75,6 +75,9 @@ void Polyhedron_demo_point_set_smoothing_plugin::on_actionJetSmoothing_triggered
|
|||
|
||||
points->invalidate_bounds();
|
||||
|
||||
// calling jet_smooth_point_set breaks the normals
|
||||
item->set_has_normals(false);
|
||||
|
||||
// update scene
|
||||
scene->itemChanged(index);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue