Delay an input

Hi all,

My Camera follows the mouse position, but i’d like to have a little delay on it.

Is possible delay the input from the Mouse X/Y?

Using a delay node I get only an interval by the values

You can use a ‘VInterpTo’ for your input vector on the ‘AddRelativeLocation’ node. Then for your interp, get the camera’s current location as Vector 1, and for Vector 2, create a new variable ‘DesiredMouseLoc’ and on tick, set that variable equal to the vector you’ve constructed in the image you’ve provided. ‘get world delta seconds’ will be plugged into the delta of the interp, and set the interp speed to anything you want depending on your desired result.

Now it works, but i’m not sure if my scheme is right.

looks like what you have might work, but the intent i was talking about was, get current camera world location and plug into Current (the pin in Vinterp), plug InterpMove variable you have into Target (in Vinterp node pin), and plug the output from the make vector into setting the interpMove variable. hopefully this works!