I have more than 1 million points extracted from a CFD simulation results file (csv format), I created a class "pt" to store the xyz coordinates, xyz velocity of each point.
I want to animate the 1M points moving along their own vectors. However, the animation is very slow.
I'd like to know if there is any general guidance on animating a huge number of points? (such as describing each point as an object, or using PGraphics buffer, ... )
Thank!
I want to animate the 1M points moving along their own vectors. However, the animation is very slow.
I'd like to know if there is any general guidance on animating a huge number of points? (such as describing each point as an object, or using PGraphics buffer, ... )
Thank!
1