Hi, I am trying to make this banana spin but for some reason it just rotates slightly. I have no clue why.
Here is a video of the problem:
Hi, I am trying to make this banana spin but for some reason it just rotates slightly. I have no clue why.
Here is a video of the problem:
This is not the problem on Noon animator or any other animator. This is normal behavior for animations.
Your first keyframe has rotation (0,0,0), when you rotate with your object if can have rotations on every axis in [-180, 180] interval. Animation doesn’t copy your motion, but rather smoothly interpolates between keyframes. Your options are either make more keyframes with different rotations, or use Curve Graph, where you can modify how the rotation will interpolate to the next keyframe. I suggest use a youtube tutorial where this is explained.