I have a bunch of splines (specifically 8 in that case).
All splines have variations on their radius.
I sample they radius and create a new spline on their ends.
Here’s how i sample the splines radius:
Im expecting what all my newly created splines “tips” will have the same radius and its kind of works, but not really.
Here’s how the “tip” forspline with index 0 look like:
As we can see the radius are perfectly match with the “parent”.
But here’s the spline with index 5:
Radius for the “tip” are already incorrect.
And here’s the spline with index 7:
Radius for the “tip” are becoming even more bigger and even more incorrect.
I double check the whole graph to be sure what im passing correct data and didnt have anything which may introduce some unwanted randomization, etc.
Maybe im just sampling the splines in a wrong way?