mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Separate GizmoManager on_move into gizmo itself
(cherry picked from commit prusa3d/PrusaSlicer@c751d6327d)
This commit is contained in:
parent
005b83912d
commit
30af274d44
24 changed files with 559 additions and 533 deletions
|
@ -434,9 +434,9 @@ void GLGizmoAdvancedCut::on_stop_dragging()
|
|||
}
|
||||
}
|
||||
|
||||
void GLGizmoAdvancedCut::on_update(const UpdateData& data)
|
||||
void GLGizmoAdvancedCut::on_dragging(const UpdateData &data)
|
||||
{
|
||||
GLGizmoRotate3D::on_update(data);
|
||||
GLGizmoRotate3D::on_dragging(data);
|
||||
|
||||
Vec3d rotation;
|
||||
for (int i = 0; i < 3; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue