You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DGtal/DGtalTools-contrib/geometry3d/obj2off.cpp:106:38: error: no member named 'importOBJFile' in 'DGtal::MeshReader<DGtal::PointVector<3, double, std::array<double, 3>>>'
MeshReaderDGtal::Z3i::RealPoint::importOBJFile(inputFileName, aMesh );
It seems "importOBJFile" does not exist anymore in Dgtal.
The text was updated successfully, but these errors were encountered:
I got the following error:
DGtal/DGtalTools-contrib/geometry3d/obj2off.cpp:106:38: error: no member named 'importOBJFile' in 'DGtal::MeshReader<DGtal::PointVector<3, double, std::array<double, 3>>>'
MeshReaderDGtal::Z3i::RealPoint::importOBJFile(inputFileName, aMesh );
It seems "importOBJFile" does not exist anymore in Dgtal.
The text was updated successfully, but these errors were encountered: