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?
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?
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
@5 it also needs to be able to spin at ridiculous speeds after accelerating.
damperMultiplier