3 Years Ago
Another major refactor to the spline data. Use one single central SerializableObject to store data on all splines. And instead of calculating all the lookup tables at runtime, precalculate everything and store it in the SerializableObject itself, so at runtime the whole thing is a simple lookup. Delete the PathInterpolatorLUT class and handle it all in WorldSplineData.