fix hole boundary highlighting

This commit is contained in:
2021-10-03 15:04:14 +02:00
parent 89342b1c5e
commit a965e6a58e
4 changed files with 42 additions and 25 deletions

View File

@ -12,7 +12,7 @@ class MeshProcessor : public QObject {
public:
MyMesh mesh;
std::vector<HalfedgeHandle> holes;
std::vector<std::vector<HalfedgeHandle>> holes;
MeshProcessor(const QString &path);