What the heck is lerping, when would I use it, and what does it do?

I answered a similar question like this before:

In Summary:

  • Lerp is just short for “Linear Interpolation”
  • Interpolation is a way to transition between A and B.
  • Linear means a straight path (which means only 2 points will be used)

For your case, you would probably just use physics.

1 Like