Profile image

How to make rotators stop smoothly?

93.4k winterro  10 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

    10 months ago
  • Profile image
    93.4k winterro

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

    +1 10 months ago
  • Profile image
    30.0k TriStar

    damperMultiplier

    +4 10 months ago