How to achieve relative rotation? #10159
Replies: 1 comment 1 reply
-
I could have solved it myself. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want the rotation of a child object to be relative to the rotation of its parent object.
When the child object tries to look up (rotate on the x-coordinate axis) relative to this parent, it behaves as expected.
However, when a rotation in another coordinate axis is given, the rotation axis will be such that the parent rotation is not taken into account.
How can we achieve rotation relative to any axis of rotation?
Beta Was this translation helpful? Give feedback.
All reactions