Translate entire selection when user clicks and drags on a selected volume

This commit is contained in:
Enrico Turri 2018-10-30 11:18:15 +01:00
parent f2b0904d12
commit 63960dfde0
3 changed files with 17 additions and 13 deletions

View file

@ -342,8 +342,6 @@ protected:
virtual void on_start_dragging(const GLCanvas3D::Selection& selection);
#else
virtual void on_start_dragging(const BoundingBoxf3& box);
virtual void on_stop_dragging() { m_show_starting_box = false; }
#endif // ENABLE_EXTENDED_SELECTION
virtual void on_update(const Linef3& mouse_ray, const Point* mouse_pos);
#if ENABLE_GIZMOS_RESET