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

Rotate on multiple axis #188

Open
rainbowdashlabs opened this issue Nov 15, 2022 · 0 comments
Open

Rotate on multiple axis #188

rainbowdashlabs opened this issue Nov 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rainbowdashlabs
Copy link
Member

rainbowdashlabs commented Nov 15, 2022

Allow rotation around multiple axis. By default rotation will be only applied to the x axis.

The formats must be distinguishable from each other since they can be added as a list as well. So something for clear boundaries needs to be added without raising complexity

Possible modifier input formats. Each format displays a single entry. Entries are separated by spaces:

  • x:<num>,z:<num> or z:<num>
    Single: x:90z:180
    Multi: x:90z:180 z:90y:-90
  • x<num>z<num> or z <num>
    Single x90z180
    Multi x90z180 z90y-90
  • <num x>,<num y>,<num z>
    Single 90,0,180
    Multi 90,0,180 0,-90,90

Random additionally needs a way to define the axis to rotate. The input for that would be simply the axis to rotate on.
rotation random x or rotation random x y

@rainbowdashlabs rainbowdashlabs added the enhancement New feature or request label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant