[vtkusers] How to visualize thousands of actors with good performance

Bill Lorensen bill.lorensen at gmail.com
Mon Sep 27 11:13:05 EDT 2010


Try this:

For your mappers,
mapper->Update();
mapper->StaticOn();

Is there any improvement?

Bill

On Mon, Sep 27, 2010 at 3:03 AM, Affolter Martin <martin.affolter at ntb.ch> wrote:
> Hi vtkusers,
>
> Does anybody use vtk 5.4 or above to visualize scenes with a large number of actors ( > 1000 or even > 10000 )? We used to do that in vtk 4.4 with a decent interacting performance (rotating, zooming, paning... ) and a reasonable amount of memory. However, with 5.4/5.6 we hardly achieve a usable result.
>
> The scenes are quite simple. We visualize CAD-Models (Tools) showing faces, edges and vertices. All data is vtkPolyData, the pipeline looks like this:
>
> vtkPolyData -> vtkPolyDataMapper -> vtkActor
>
> We've already tried the FAQ hints for increasing performance with little success. If you have experienced the same or have a solution, maybe just a guess, please contact me. Thanks.
>
> Regards,
>
> Martin Affolter
>
> Interstaatliche Hochschule für Technik Buchs NTB
> Institut für Ingenieurinformatik
> NTB Campus Waldau St.Gallen
> Schönauweg 4 / Postfach
> 9013 St. Gallen
> Tel. ++41 81 755 32 49
> Fax  ++41 81 755 32 01
>
> http://institute.ntb.ch/inf.html
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list