Skip to content

Scaling improvements for object transformation widget#337

Merged
oitel merged 8 commits intomasterfrom
mrs_uniform_scaling
Aug 8, 2022
Merged

Scaling improvements for object transformation widget#337
oitel merged 8 commits intomasterfrom
mrs_uniform_scaling

Conversation

@oitel
Copy link
Contributor

@oitel oitel commented Aug 5, 2022

No description provided.

@oitel oitel requested a review from Grantim August 5, 2022 10:58
Comment on lines 59 to +62
// object moves along an axis
Translation,
AxisTranslation,
// object inflates or deflates along an axis depending on drag direction (away from center or toward center respectively)
Scaling,
AxisScaling,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have three options here instead of uniformScaling_ flag?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented.

RotationMode,
};
ActiveEditMode activeEditMode_{ TranslationMode };
bool activeUniformScaling_{ false };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need in this now?

@oitel oitel merged commit c1cfd95 into master Aug 8, 2022
@oitel oitel deleted the mrs_uniform_scaling branch August 8, 2022 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants