mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed rotation of multivolumes selection - Added local rotation by pressing Alt key while dragging the rotate gizmo
This commit is contained in:
parent
aa22f75829
commit
b961d1011a
3 changed files with 13 additions and 7 deletions
|
@ -517,7 +517,7 @@ public:
|
|||
void start_dragging();
|
||||
|
||||
void translate(const Vec3d& displacement);
|
||||
void rotate(const Vec3d& rotation);
|
||||
void rotate(const Vec3d& rotation, bool local);
|
||||
void flattening_rotate(const Vec3d& normal);
|
||||
void scale(const Vec3d& scale);
|
||||
void mirror(Axis axis);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue