I had this animation working:
then i wanted to round the lines with curves like here
what can i do in line 77 to update the spline?
I had this animation working:
then i wanted to round the lines with curves like here
what can i do in line 77 to update the spline?
Instead of updating the vertices data directly, you can generate a new spline and use its points to update the existing lines mesh: Catmull Rom Spline | Babylon.js Playground (babylonjs.com)
I was just thinking about that - thanks for taking a look and commenting @carolhmj
I will post the result.
SOLVED
It looks so nice!
next task: ‘random objects’ animated like this