Thursday, November 29, 2018

Math?!?

This year i've been using alot of math in my projects. One of the most common things I am using is the LERP functions, whether its for lerping the position of a platform, the color of an object, or the pitch of music. LERP, defined as "The basic operation of linear interpolation between two values," is extremely common in game development. It is also found alot in art and animation.