I recently implemented a constant velocity catmullrom spline custom editor for movement of objects in my game. It works pretty good but the smoothness of the path especially round corners is not that great.
I was wondering if it is possible to implement something like the pen tool in photoshop. The path goes through the points and you can control the tangent at each point as well which doesn’t seem possible with catmullrom.
