DGtal-team / DGtalTools-contrib

Various tools from the community built using DGtal
GNU Lesser General Public License v3.0
11 stars 9 forks source link

Error : importOBJFile #65

Open ngophuc opened 2 years ago

ngophuc commented 2 years ago

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>>>' MeshReader::importOBJFile(inputFileName, aMesh );

It seems "importOBJFile" does not exist anymore in Dgtal.

kerautret commented 2 years ago

Thanks @ngophuc for the report , however It perfectly works on may computer with current DGtal version. Are you sure to have updated the main of of DGtal ? importOBJFile is always present : https://dgtal-team.github.io/doc-nightly/structDGtal_1_1MeshReader.html#a6c5b6b037070578946aa7ef1163b137e

Capture d’écran 2022-05-18 à 16 24 26