[vtkusers] vtkRenderWindow Stereo Render fullscreenON does not work

Sergio Aguirre sergio.aguirre at gmail.com
Sun Mar 13 20:27:26 EDT 2011


Hi everyone

This is very confusing. I have VTK-5.6.1 running on a Win 7 32 bit system
with a Samsung 2233RZ (1680x1050) monitor and an Nvidia QuadroFX 3700.

For some reason VTK will not render in Stereo with StereoType = Crystal Eyes
in full screen. It only renders 1 view. Unless the render window resolution
is set to 1680x976 or lower.

I just tested my machine by implementing a test application to render Stereo
in full screen using only openGL and it renders stereo with no problem.

The only thing that has me doubting is that I configured VTK with GUI
support using QT, still I would not see why this could influence rendering
stereo in full screen, being that my app for now does not even use QT.

My question is, I expect VTK to render stereo full screen to at least
1920x1080 if you have the hardware, which I do. What could be stooping vtk?

Any ideas on further testing?

Sergio

On Thu, Mar 10, 2011 at 9:08 AM, Sergio Aguirre <sergio.aguirre at gmail.com>wrote:

> Hi everyone
>
> I am experiencing some trouble when trying to run code in Stereoscopic
> Display Crystal Eyes type in full screen.
>
> Basically I set up a vtkRenderWindow and unless I set the height to 975 or
> less it wont render in stereo. Apparently window width is not an issue. (see
> below.
>
>   vtkRenderWindow *renWin = vtkRenderWindow::New();
>   renWin->AddRenderer( ren1 );
>   renWin->StereoCapableWindowOn();
>   renWin->StereoRenderOn();
>   renWin->SetStereoTypeToCrystalEyes();
>   //renWin->FullScreenOn(); //WONT RENDER IN STEREO
>   renWin->SetSize( 1680, 975 ); // MAXIMUM HEIGHT THAT WILL RENDER STEREO.
>
> I have an Nvidia QuadroFX 3700 running on Win7 with a Samsung 2233rz.
>
> Is there a reason for this? Is there anything I can do to enable fullscreen
> correctly in stereo?
>
> Hope you can help.
>
> Sergio
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110313/686a3962/attachment.htm>


More information about the vtkusers mailing list