Best way to do a Point Batch in JME 2.0

Hi,

I have seen that JME 2.0 doesnt have PointBatch anymore.

I want to add a point cloud, a batch of 2000 point every 20-30 sec aprox, the position of the points doent change once they are added to the scene.



which is the best way to do this in JME 2.0?  :?

is there an optimization if the batch going to be constant once added?



Thanks for any help  :slight_smile:

I don't know what a PointBatch was, but you can add the points to a Node and lock this node, which then creates a display list.



locking 2000 points doubles the fps in my little test. (70/130)



How many point do you want to draw at once ?