<div dir="ltr">It sounds like you are using 300 arrow sources and 300 actors. This is expected to be very slow because of the overhead that each of the 300 actors brings.<br><br>The first thing I suggest you do is to  use either the append polydata filter, or better still glyph filter, and better still the glyph mapper, to render all of them simultaneously.<br><br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Tue, Oct 11, 2016 at 12:25 PM, Olivier Ameline <span dir="ltr"><<a href="mailto:olivameline@gmail.com" target="_blank">olivameline@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I am using VTK for real-time deformation of an elastic rod.<br>
<br>
To do this, I need to display simultaneously 300 vtkArrowSources every 100<br>
ms (10 Hz).<br>
Thus, I initialize the 300 vtkArrowSources, then I update them in a thread<br>
by translating and<br>
rotating their actors (with the functions setPosition and RotateWXYZ).<br>
<br>
The problem is that VTK takes apparently more than 100 ms to compute the<br>
updating, leading to<br>
a quite slow application.<br>
<br>
Is there a way to optimize the VTK rendering in real-time ?<br>
<br>
Thanks for your help.<br>
<br>
Best regards,<br>
<br>
Olivier Ameline<br>
Sorbonne Universités, UPMC University Paris 06<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VTK-slow-to-display-300-vtkArrowSource-in-real-time-tp5740730.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-slow-to-display-300-<wbr>vtkArrowSource-in-real-time-<wbr>tp5740730.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>