[vtkusers] Control VTK frame rate

David E DeMarle dave.demarle at kitware.com
Tue Jul 4 12:56:09 EDT 2017


Make sure you are using the openGL2 backend.

More importantly, avoid using multiple actors. They are heavyweight objects
and won't support high rates for more than perhaps a few hundred instances.
Instead use appendpolydata or something similar to bring everything
together into one or a handful of actors.

On Jul 4, 2017 12:33 PM, "kay" <jayavardhanravi at outlook.com> wrote:

> By rendering more number of actor, I get a frame rate of 7-9 but i am
> trying
> to improve it to 12-14. And I get no where near 60 FPS though my display
> settings are set to 60. At frame rate of 7-9 and 12-14 there is huge
> visible
> difference, which I am trying to improve.
>
> I think I use more than sufficient hardware configuration. My hardware
> configuration 32GB RAM, 4GB NVIDIA M2000M Graphic Card, Core-7i processor
>
> Regards
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.
> com/Control-VTK-frame-rate-tp5743876p5743880.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170704/e45e5038/attachment.html>


More information about the vtkusers mailing list