mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-06 03:52:58 +00:00
Refactoring of GLGizmosXX classes to cleanup their interface
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
void set_hover_id(int id);
|
||||
void enable_grabber(EType type, unsigned int id, bool enable);
|
||||
|
||||
void update(const Linef3& mouse_ray, const Point* mouse_pos = nullptr);
|
||||
void update(const Linef3& mouse_ray, const Point& mouse_pos);
|
||||
void update_data();
|
||||
|
||||
EType get_current_type() const { return m_current; }
|
||||
|
||||
Reference in New Issue
Block a user