Problem description: I have a list of 3 columns (x,y,z) and several rows and I did a ListPointPlot3D to that list. It gives a particle trajectory in 3D space, but it gives it after it is completely done.
What I want is: How can I animate this such that I could see each point being plotted and hence trace the path of the particle?
I saw Animate, ListAnimate, and Manipulate, but could not use them appropriately with ListPointPlot3D.
Thanks in advance