Tech ENABLE_WORLD_COORDINATE - Fixes in Gizmo Move behavior

Fixed conflicts during rebase with master
This commit is contained in:
enricoturri1966 2021-10-13 09:03:35 +02:00
parent bd58b1c1c5
commit 30a0246610
2 changed files with 46 additions and 30 deletions

View file

@ -68,6 +68,7 @@ private:
double calc_projection(const UpdateData& data) const;
#if ENABLE_WORLD_COORDINATE
void transform_to_local(const Selection& selection) const;
BoundingBoxf3 get_selection_box();
#endif // ENABLE_WORLD_COORDINATE
#if !ENABLE_GIZMO_GRABBER_REFACTOR
void render_grabber_extension(Axis axis, const BoundingBoxf3& box, bool picking);