<p dir="ltr"><br>
Den 5 juli 2017 2:29 em skrev "Ken Martin" <<a href="mailto:ken.martin@kitware.com">ken.martin@kitware.com</a>>:<br>
><br>
> That doesn't seem to match the pseudo code you posted, where the transform is applied to a filter (shared by all the actors, well the only actor). Maybe an updated bit of pseudo code would help.</p>
<p dir="ltr">The code snippet confuses me as well, since it looks like a new actor is added to the renderer in each iteration of the while(true). If that's true, the number of actors would grow fast and unboundedly.</p>
<p dir="ltr">Unless I'm missing something here.</p>
<p dir="ltr">Elvis</p>
<p dir="ltr">><br>
> In general with lots of actors you want to make sure <br>
><br>
>         mapper->StaticOn();<br>
><br>
> and<br>
><br>
>     ren->RemoveCuller(ren->GetCullers()->GetLastItem());<br>
><br>
> make sure it is a release build, and make sure your transformation is happening on the actor, not a filter such as trransformpolydata.<br>
><br>
><br>
><br>
> On Tue, Jul 4, 2017 at 5:18 PM, kay <<a href="mailto:jayavardhanravi@outlook.com">jayavardhanravi@outlook.com</a>> wrote:<br>
>><br>
>> Transforms are independent and are applied directly to the actor<br>
>><br>
>><br>
>><br>
>> --<br>
>> View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Control-VTK-frame-rate-tp5743876p5743893.html">http://vtk.1045678.n5.nabble.com/Control-VTK-frame-rate-tp5743876p5743893.html</a><br>
>> Sent from the VTK - Users mailing list archive at Nabble.com.<br>
>> _______________________________________________<br>
>> Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
>><br>
>> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">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">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
>><br>
>> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers">http://markmail.org/search/?q=vtkusers</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
><br>
><br>
><br>
><br>
> -- <br>
> Ken Martin PhD<br>
> Distinguished Engineer<br>
> Kitware Inc.<br>
> 28 Corporate Drive<br>
> Clifton Park NY 12065<br>
><br>
> This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee.  Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message.  Thank you.<br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">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">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers">http://markmail.org/search/?q=vtkusers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
></p>