Fixed wrong cut contours shown by gizmo cut (SPE-1177)
This commit is contained in:
parent
0e173e3f82
commit
39fa0b3c46
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue