35 [[nodiscard]]
static std::optional<Error>
importMesh(
36 const std::filesystem::path& pathToFile,
37 const std::string& sPathToOutputDirRelativeRes,
38 const std::string& sOutputDirectoryName,
39 const std::function<
void(std::string_view)>& onProgress);
Definition: MeshImporter.h:16
static std::optional< Error > importMesh(const std::filesystem::path &pathToFile, const std::string &sPathToOutputDirRelativeRes, const std::string &sOutputDirectoryName, const std::function< void(std::string_view)> &onProgress)
Definition: MeshImporter.cpp:465