Game Development
Splines and Bézier Curves and their application in Video Games
The geometry of curves and surfaces is of fundamental importance in computer graphics and in video game programming. In this article we will describe the mathematics of interpolation curves, in particular splines and Bézier curves, with examples of use in the Unity 3D environment. 1) Mathematical representations of curves Definition Read more…