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

Better control of setting vector values #286

Open
chkworks opened this issue Sep 17, 2023 · 0 comments
Open

Better control of setting vector values #286

chkworks opened this issue Sep 17, 2023 · 0 comments

Comments

@chkworks
Copy link

Right now, when setting the values for Vector2, Vector3 and Vector4, they are applied in reverse order, so for example for a Vector3, the first value to set is the Z, then the Y and then finally the X. This is fine, I guess, but when moving vector values really close to each other, they are again stacked in the same order.

It would be great, if the handle that was moved latest stayed on top of the others. Additionally it would be awesome, if you could hold down X, Y and Z on the keyboard to only make this axis selectable.

test3

@chkworks chkworks mentioned this issue Sep 17, 2023
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

No branches or pull requests

1 participant