How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Having fun with Linear Interpolation

calendar_today July 9, 2024 person Babylon.js domain babylon-js

What is linear interpolation Interpolation is a cornerstone of computer science, particularly in rendering. Whether it’s triangle rasterization, shaders, image magnification, or skeletal animation, linear interpolation plays a crucial role. In this blog post, I’ll demonstrate some practical uses of interpolation that I incorporate into all my playgrounds and demos.

open_in_new Read original post