Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Sub-Models from being moved without a feature flag #343

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

jwills-jdubs
Copy link
Contributor

Overview

Due to issues with Multiple World spaces and/or coordinates for Sub Models preventing the ability to adjust the sub-model position ensures that child objects will continue to work. We hide the ability to edit a Sub-model's position behind a new feature flag SubModelMovement

Legal

This project is available under the Apache 2.0 License.

@jwills-jdubs jwills-jdubs marked this pull request as ready for review November 9, 2022 23:05
TheEvilDev
TheEvilDev previously approved these changes Nov 9, 2022
[selectedSceneNode],
);

const showForSubModel = !isSubModelComponent || subModelMovementEnabled;
Copy link
Contributor

Choose a reason for hiding this comment

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

Would probably name this something like "transformVisible".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll do it now so I don't forget

@jwills-jdubs jwills-jdubs merged commit eabc6aa into main Nov 9, 2022
@jwills-jdubs jwills-jdubs deleted the sub-model-movement branch November 9, 2022 23:44
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