Skip to content

Commit

Permalink
add a ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Feb 13, 2024
1 parent 04480e2 commit 4de08ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easy3d/fileio/surface_mesh_io_obj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ namespace easy3d {

namespace io {

/// TODO: Translator not implemented
bool load_obj(const std::string &file_name, SurfaceMesh *mesh) {
if (!mesh) {
LOG(ERROR) << "null mesh pointer";
Expand Down

0 comments on commit 4de08ff

Please sign in to comment.