how to speed up vtkRenderWindow->Render()

Hello @Vicore.Nv,

It’s indeed strange AFAIK you should be able to have a better performance with 100k points.

Could you please share how you configure your mapper?

Also note that if you don’t use a dynamic pipeline logic, you can set the Static member of your mapper to true which will have a great impact for your performance issue.

Best