From: Ibrahim Z Mohammad [mailto:[EMAIL PROTECTED]
> The problem is, since > I have a very large number of geometries (around 30,000, I'm > doing visualization for a granular soil particle simulation > where each geometry is a soil particle), the geometries don't > appear at the same time, rather the renderer starts by > rendering the geometries one by one, from the first added one > to the last. Why not use just one geometry, which is a PointArray with 30,000 points in it, and instead of adding and removing the Geometries, just change the coordinates of the points in the array? Tim. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".