[vtkusers] OffscreenRendering

Markus Mehrwald mehrwald at ira.uka.de
Fri Mar 25 08:15:17 EDT 2011


Hi all,

I try to get an image of the current camera view. The problem is, that I 
am not able under Windows to set the size of the RenderWindow which is 
higher then the screen resolution. Under Linux this works perfect.
Is there a trick how to get the same result under Win?

Thanks,
Markus

Here the code I try to use:

renWin->SetOffScreenRendering(1);
renWin->AddRenderer(renderer);
renWin->SetSize(4096, 4096);



More information about the vtkusers mailing list