Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleFaedda committed Jun 10, 2024
1 parent 0f43650 commit e959aa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@

std::vector<std::string> files;

using namespace cinolib;

int main(int argc, char **argv)
{
BoolOp op;
Expand Down Expand Up @@ -76,6 +74,7 @@ int main(int argc, char **argv)
std::vector<std::bitset<NBIT>> bool_labels;

loadMultipleFiles(files, in_coords, in_tris, in_labels);

booleanPipeline(in_coords, in_tris, in_labels, op, bool_coords, bool_tris, bool_labels);

cinolib::write_OBJ(file_out.c_str(), bool_coords, bool_tris, {});
Expand Down

0 comments on commit e959aa9

Please sign in to comment.