Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Gizmo scale grabber connections

This commit is contained in:
enricoturri1966 2022-01-20 08:28:50 +01:00
parent 0b6e2b4aec
commit 81edc7d752
5 changed files with 202 additions and 73 deletions

View file

@ -11,13 +11,11 @@ class GLGizmoMove3D : public GLGizmoBase
{
static const double Offset;
Vec3d m_displacement;
double m_snap_step;
Vec3d m_starting_drag_position;
Vec3d m_starting_box_center;
Vec3d m_starting_box_bottom_center;
Vec3d m_displacement{ Vec3d::Zero() };
double m_snap_step{ 1.0 };
Vec3d m_starting_drag_position{ Vec3d::Zero() };
Vec3d m_starting_box_center{ Vec3d::Zero() };
Vec3d m_starting_box_bottom_center{ Vec3d::Zero() };
GLModel m_cone;
#if ENABLE_GLBEGIN_GLEND_REMOVAL