Position(Displacement)/Rotation/Scale for group selection

This commit is contained in:
YuSanka 2018-11-22 15:12:09 +01:00
parent 7041e2b877
commit 9d7b4ce41d
4 changed files with 14 additions and 4 deletions

View file

@ -18,6 +18,7 @@ class ObjectManipulation : public OG_Settings
bool m_is_uniform_scale = false; // It indicates if scale is uniform
Vec3d cache_position { 0., 0., 0. };
wxStaticText* m_move_Label = nullptr;
public:
ObjectManipulation(wxWindow* parent);