You can write your topic however you want, but you need to answer these questions:
-
**What do you want to achieve?**Smooth Camera MovementI want it to for ex I move y mouse and the camera slowly follows it
-
What is the issue? I have no idea where to start, From another forum I know I could interpolate the input but I don’t know how
-
What solutions have you tried so far? I’ve tried using sletnick’s Aero framework but heres a function
function SmoothDamp:Update(current, target, smoothTime)
Which I donot know what each parameter should be setted to