remove extra step done in the post-processing

This commit is contained in:
Sébastien Loriot 2014-12-18 17:41:37 +01:00
parent f36f9aad98
commit c2582dd7e3
1 changed files with 0 additions and 5 deletions

View File

@ -489,11 +489,6 @@ void Polyhedron_demo_mean_curvature_flow_skeleton_plugin::on_actionSegment()
max_dis = (std::min)(max_dis, avg_dis);
}
for (Facet_iterator f = segment_mesh->facets_begin(); f != segment_mesh->facets_end(); ++f)
{
sdf_property_map[f] = (sdf_property_map[f] - min_dis) / (max_dis - min_dis);
}
CGAL::sdf_values_postprocessing (*segment_mesh, sdf_property_map);
// create a property-map for segment-ids (it is an adaptor for this case)