You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue rotating an anchored object on a plane without using gestures. Somehow, it seems that the object always remains fixed or tries to return to its original position, making a stumble effect.
I've tried multiple rotation methods, as shown above. What's peculiar is that all attempts seem to have the same outcome, as demonstrated in this video:
issue_rotation.mp4
I've been struggling with this issue for a few days, and no solution has worked so far :(
Good morning,
I'm having an issue rotating an anchored object on a plane without using gestures. Somehow, it seems that the object always remains fixed or tries to return to its original position, making a stumble effect.
You can check out the full code in the Gist.
Below is the rotation function code:
I've tried multiple rotation methods, as shown above. What's peculiar is that all attempts seem to have the same outcome, as demonstrated in this video:
issue_rotation.mp4
I've been struggling with this issue for a few days, and no solution has worked so far :(
Thank you!