Fixed rotation of multivolumes selection - Added local rotation by pressing Alt key while dragging the rotate gizmo

This commit is contained in:
Enrico Turri 2018-11-20 11:57:01 +01:00
parent aa22f75829
commit b961d1011a
3 changed files with 13 additions and 7 deletions

View file

@ -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);