Skip to content

Commit

Permalink
Cgal601 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Oct 22, 2024
1 parent 17d0e75 commit 9f83797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ bool IO::read_point_cloud(std::string& file, Point_set_3& pc) {
for (auto it = pc.points().begin(); it != pc.points().end(); ++it) {
transformPC.insert(it->transform(translate));
}
transformPC.add_normal_map(); //todo temp workaround due to CGAL bug
pc = transformPC;
return true;
}
Expand Down

0 comments on commit 9f83797

Please sign in to comment.