Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
121 stars 2 forks source link

Option to not drive rotation on Circle Aligner component #2368

Open LeCloutPanda opened 1 week ago

LeCloutPanda commented 1 week ago

Is your feature request related to a problem? Please describe.

Circle aligners control rotation when I would like them not to do so.

Describe the solution you'd like

Basically I would like a boolean that can be turned on/off to drive/not drive the rotation of the items in the circle aligner, rotation offset is useful but stuff still looks towards the center of the circle so having the option to be able to off set the rotation relative to it's parents would be nice

What the circle aligner currently does(on the left) vs what I would like it to support(on the right) image

Describe alternatives you've considered

Manually doing the calculations for placing items in a circle using Cos and Sin then also setting the rotation of the object manually if I need to.

Additional Context

No response

Requesters

@LeCloutPanda (LeCloutPanda on Discord) @ultrawidegamer (UltrawideGamer on Discord)

epicEaston197 commented 1 week ago

Tell me if I'm wrong but could you just calculate the rotation offset relative to world space?

LeCloutPanda commented 1 week ago

Tell me if I'm wrong but could you just calculate the rotation offset relative to world space?

Not per item no, so I would manually have to calculate the point on a circle to place items accordingly so I am requesting to have an option to not have it drive the rotations and let us manually adjust them