Update: Please Help!
Looking for assistance with animating lines and spheres in a mesh simultaneously.
I've created a mesh with lines and spheres, and now I want to animate them all together to create a smooth, pulsating movement.
However, in my current attempt, only one of the lines and spheres is moving as desired, while the rest remain still or are out of place.
Any suggestions on how to fix this?
// Your code goes here
Update: I've managed to push the sphere data into arrays so all spheres move correctly, but I'm having trouble with the lines. I've also created an array for the lines, but only one line is moving as expected. Any advice on how to solve this issue would be greatly appreciated!
// Your updated code goes here