<div class="gmail_quote">2010/9/29 Affolter Martin <span dir="ltr">&lt;<a href="mailto:martin.affolter@ntb.ch">martin.affolter@ntb.ch</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 The example I used for comparison has about 8000 actors, but we also have bigger models with several 10&#39;000 actors. I honestly doubt, that our problem is OpenGL related. We&#39;ve been using VTK 4.2 and VTK 4.4 for some years now and have never had performance issues so far. Those only emerged after we moved to VTK 5.6.</blockquote>
<div><br>Interesting. <br><br>There are two *major* changes between VTK4.4 and now. <br>- The painter infrastructure. (introduced in VTK-5-2)<br>- New pipeline. (Introduced in VTK-5-0)<br><br>An interesting exercise would be to update to VTK-5-0 (before the painters but after the new pipeline) and check the performance.<br>
<br>--<br>karthik<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Both versions use OpenGL, but only with 5.6 the interaction performance is poor.<br>

<br>
So far I&#39;ve tried static mappers and/or immediatemoderendering with little success. Right now I&#39;m looking for a way to file an example that I can provide to those willing to look at it. OpenSceneGraph sounds interesting.<br>

<br>
Regards<br>
Martin<br>
<br>
Von: &quot;Björn Zehner&quot; [mailto:<a href="mailto:bjoern.zehner@ufz.de">bjoern.zehner@ufz.de</a>]<br>
Gesendet: Dienstag, 28. September 2010 18:00<br>
An: Affolter Martin<br>
Cc: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
Betreff: Re: [vtkusers] How to visualize thousands of actors with good performance<br>
<br>
Hello Martin,<br>
 <br>
how many thousands of actors do you have? I am asking because rendering performance is not only limited by the number of vertices and triangles you have but by the number of objects too. This has more to do with OpenGL than with VTK. I think this is explained in more detail in:<br>

&quot;Cebenoyan, C. (2004): Graphics Pipeline Performance. In: GPU Gems, Edited by Randima Fernando, Addison Wesley, Boston&quot;<br>
I believe that NVidia has made this available online.<br>
 <br>
If this is your problem, than you need some datastructure that allows to efficiently cull away the objects that are not visible (e.g. a quadtree). Are all objects (vtkActors) visible at the same time? If yes, you might need to make some assumptions, such as that the users can only pick objects that are near, and combine these culling techniques with Level Of Detail techniques. I am not sure if such an implementation can be done with VTK, may be you need a scenegraph that is targeted at rendering, such as OpenSG or OpenSceneGraph.<br>

 <br>
Kind regards,<br>
Björn Zehner<br>
 <br>
<br>
-------------------------------------------------------------------------<br>
Dr. Bjoern Zehner<br>
UFZ Centre for Environmental Research Leipzig-Halle<br>
Permoserstrasse 15<br>
04318 Leipzig<br>
Germany<br>
<a href="http://www.ufz.de/index.php?en=5673" target="_blank">http://www.ufz.de/index.php?en=5673</a><br>
Tel: ++49 (341) 235 1979<br>
Fax: ++49 (341) 235 1939<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>