Profile image

How to make rotators stop smoothly?

88.5k winterro  3 months 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

    3 months ago
  • Profile image
    88.5k winterro

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

    +1 3 months ago
  • Profile image
    29.3k TriStar

    damperMultiplier

    +3 3 months ago