mirror of https://github.com/CGAL/cgal
update surf plugin
This commit is contained in:
parent
03ec0dfbe1
commit
7945ffeea2
|
|
@ -286,7 +286,7 @@ bool read_surf(std::istream& input, std::vector<Mesh>& output,
|
||||||
|
|
||||||
Mesh& mesh = output[i];
|
Mesh& mesh = output[i];
|
||||||
|
|
||||||
PMP::internal::Polygon_soup_to_polygon_mesh<Mesh, Point_3, Triangle_ind>
|
PMP::internal::Polygon_soup_to_polygon_mesh<Mesh, std::vector<Point_3>, std::vector<Triangle_ind>>
|
||||||
converter(points, polygons);
|
converter(points, polygons);
|
||||||
converter(mesh, false/*insert_isolated_vertices*/);
|
converter(mesh, false/*insert_isolated_vertices*/);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue