Skip to content

Commit

Permalink
Temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Oct 4, 2024
1 parent 5649d48 commit 9c212d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ 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 9c212d6

Please sign in to comment.