fix hole boundary highlighting
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user