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

Reorder Transform fields #1102

Closed
nearnshaw opened this issue Apr 15, 2024 · 0 comments · Fixed by decentraland/js-sdk-toolchain#937
Closed

Reorder Transform fields #1102

nearnshaw opened this issue Apr 15, 2024 · 0 comments · Fixed by decentraland/js-sdk-toolchain#937
Labels
editor enhancement New feature or request

Comments

@nearnshaw
Copy link
Member

Image

Fields in the transform are ordered

  • Position
  • Scale
  • Rotation

It feels a lot more intuitive to do

  • Position
  • Rotation
  • Scale

You ALWAYS want to set a position
You want to set rotation about 50% of the time
You want to set scale about 10% of the time

This order is also consistent with the code in every snippet in our docs and example scenes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant