Use verbose OBJ reader in Lab

This commit is contained in:
Mael Rouxel-Labbé 2025-11-07 22:02:08 +01:00
parent 0ac856dd41
commit cd787c84d1
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ bool
Scene_surface_mesh_item::load_obj(std::istream& in) Scene_surface_mesh_item::load_obj(std::istream& in)
{ {
typedef SMesh::Point Point; typedef SMesh::Point Point;
bool failed = !CGAL::IO::read_OBJ(in, *(d->smesh_)); bool failed = !CGAL::IO::read_OBJ(in, *(d->smesh_), CGAL::parameters::verbose(true));
if(failed) if(failed)
{ {
in.clear(); in.clear();