mirror of https://github.com/CGAL/cgal
Use verbose OBJ reader in Lab
This commit is contained in:
parent
0ac856dd41
commit
cd787c84d1
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue