Fixed wrong cut contours shown by gizmo cut (SPE-1177)

This commit is contained in:
enricoturri1966 2022-01-24 09:36:44 +01:00
parent 0e173e3f82
commit 39fa0b3c46
2 changed files with 9 additions and 2 deletions

View file

@ -33,6 +33,7 @@ class GLGizmoCut : public GLGizmoBase
Vec3d shift{ Vec3d::Zero() };
ObjectID object_id;
int instance_idx{ -1 };
std::vector<ObjectID> volumes_idxs;
};
CutContours m_cut_contours;