Skip to content

Commit

Permalink
clean selection after face reorientation
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jun 27, 2023
1 parent dacac89 commit 54c53c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrap/embree/EmbreeAdaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ namespace vcg{
std::swap(face.V(1), face.V(2)); // Swap the second and third vertices
}
}
tri::UpdateSelection<MeshType>::FaceClear(inputM);

}

Expand Down

0 comments on commit 54c53c9

Please sign in to comment.