[vtkusers] Offscreen rendering question

Cory Quammen cquammen at cs.unc.edu
Tue Jul 22 05:15:54 EDT 2008


What version of VTK are you using? Older versions used software
rendering to do offscreen rendering, which explains the performance
hit you are seeing. The version in CVS supports offscreen rendering in
hardware, assuming your hardware supports it, so you shouldn't see a
performance decrease.

Cory

On Tue, Jul 22, 2008 at 9:37 AM, Andreas Brüning <mail-andi at web.de> wrote:
> Hello,
>
> i am using VTK to develope different algorithms on Windows and C++. Until now i always visualize the results on a vtkOpenGlWin32RenderWindow. Now i have to implement an offscreen renderer. But as soon as i call OffScreenRenderingOn() in vtkOpenGlWin32RenderWindow the Render()- method needs more than ten times longer than in OnScreenRendering mode.
>
> Is there a way to increase the performance while using the offscreen mode or is there another way to develope an offscreen renderer?
>
> Thanks in advance
> Andi
>
>
> _______________________________________________________________________
> EINE FÜR ALLE: die kostenlose WEB.DE-Plattform für Freunde und Deine
> Homepage mit eigenem Namen. Jetzt starten! http://unddu.de/?kid=kid@mf2
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the 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