mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New selection -> Improved gizmo scale rendering and behavior
This commit is contained in:
parent
b9b404dd2c
commit
27fd49d459
4 changed files with 43 additions and 16 deletions
|
@ -411,6 +411,7 @@ public:
|
|||
Vec3d m_rotation;
|
||||
Vec3d m_scaling_factor;
|
||||
Transform3d m_rotation_matrix;
|
||||
Transform3d m_scale_matrix;
|
||||
|
||||
public:
|
||||
VolumeCache();
|
||||
|
@ -420,6 +421,7 @@ public:
|
|||
const Vec3d& get_rotation() const { return m_rotation; }
|
||||
const Vec3d& get_scaling_factor() const { return m_scaling_factor; }
|
||||
const Transform3d& get_rotation_matrix() const { return m_rotation_matrix; }
|
||||
const Transform3d& get_scale_matrix() const { return m_scale_matrix; }
|
||||
};
|
||||
|
||||
typedef std::map<unsigned int, VolumeCache> VolumesCache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue