Slow when using vtkRenderer, vtkRenderWindow

Things getting slower in each iteration means that you don’t pre-create all objects in advance but you create new instances in each iteration (and maybe not even clean them up properly).