Richard BradleyJul 8, 20199 min readHow to Create Better Lerp Values Adding a fixed value every frame to a lerp value (0 to 1) is a functional way to achieve a lerp and in many cases may be exactly what you...
Richard BradleyJul 5, 20198 min readUsing Interfaces for Linear Interpolation ImplementationsIn my previous Linear Interpolation tutorial I explained what it is and how you can use it with C# code to move a game object from one...
Richard BradleyJun 21, 20196 min readLinear Interpolation TutorialSo what is Linear Interpolation (often known as Lerp)? Well if you look at the definition on https://en.wikipedia.org/wiki/Linear_interpo...