- Contact Me if you have any questions
An interpolation engine (like The Lerp Factory) is an essential component of pretty much any game that allows you to move stuff via code in a simple and quick manner, freeing you, the creator to focus on the more important designing and creation tasks, rather than the boilerplate of actual implementation.
FEATURES
Splines can interpolate position using Linear, Cardinal, Quadratic Beizer, Cubic Beizer and BiQuadratic Beizer.
Rotation along splines options are: Linear, look at point/transform, look along path and blend. This last one allows you to smoothly lerp between different rotation interpolations.
Splines support out of phase segments, broken points, and interpath connections allowing networks of paths to be created.
Create new splines using shapes (parabola, segmented lines, helix and ngon or make your own) and these shapes can be influenced by other splines...so you can stack these shapes and splines on top of each other to easily create some very complex paths.