[vtkusers] how to improve performances when adding 10K actors to a scene?

Bill Lorensen bill.lorensen at gmail.com
Fri Jun 18 17:00:48 EDT 2010


Can you append them into a single dataset? You could use cell data to
color them.

I don't think vtk will have high performance with 10k actors...

On Fri, Jun 18, 2010 at 4:57 PM, Arnaud GELAS
<arnaud_gelas at hms.harvard.edu> wrote:
> Hi all,
>
> I have to render about 10K actors (3D meshes, ~500 faces each) in the same
> window, and I wonder if it is possible to add these actors to the renderer
> in a multithreaded fashion?
>
> I would appreciate any ideas/hints on how to speed up the process of
> rendering all these meshes?
>
> Thanks in advance,
> Arnaud
> _______________________________________________
> 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