jet smoothing is breaking normals

This commit is contained in:
Sébastien Loriot 2015-08-05 15:58:02 +02:00
parent 7d726d2766
commit d55283c92f
1 changed files with 3 additions and 0 deletions

View File

@ -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);