Profile image

How to make rotators stop smoothly?

94.3k winterro  1.3 years ago

So i am experimenting with some stuff, but i need to have smooth movement, like how a piston stops slowly when reaching the end.

Is there a code that does this?

  • Log in to leave a comment
  • Profile image

    Try smoothstep(). You can also try to make your own animation curve.
    If you're making a propeller type thing, control the speed separately and use sum() on it

    1.3 years ago
  • Profile image
    94.3k winterro

    @5 it also needs to be able to spin at ridiculous speeds after accelerating.

    +1 1.3 years ago
  • Profile image
    30.1k TriStar

    damperMultiplier

    +4 1.3 years ago