<HTML>
<HEAD>
<TITLE>Re: [vtkusers] Stereo rendering problem</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi Valeria,<BR>
<BR>
I use VTK with a stereo projection system constantly. Drew&#8217; Dolgert&#8217;s post is correct, you need to go into the advanced settings for the video driver and enable stereo. You also need to set the video card in a mode that simulates the crystal eyes hardware stereo that VTK&#8217;s stereo function is designed for. I don&#8217;t know about Wildcat video cards, but on nVidia Quadro cards, the mode is called &#8220;clone mode&#8221;. Both projectors will display exactly the same thing, except the vtk render windows will show left and right eye views respectively.<BR>
<BR>
Cheers,<BR>
Chuck<BR>
<BR>
--------------------------------------<BR>
Chuck Anderson<BR>
Visualization and Outreach Specialist<BR>
Center for Environmental Kinetics Analysis (CEKA)<BR>
Penn State<BR>
2217 EES Building<BR>
814-863-2049<BR>
cda10@psu.edu<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Arial"><SPAN STYLE='font-size:13.0px'>Hi, I&#8217;m a vtk newbe&#8230;<BR>
I have two Benq projectors and a Wildcat II 5110 graphics card and I would like to view my 3D model using the stereo mode in VTK.<BR>
&nbsp;<BR>
This is a part of code I&#8217;ve written:<BR>
&nbsp;<BR>
</SPAN></FONT><SPAN STYLE='font-size:13.0px'><FONT FACE="Courier New">vtkRenderer *renderer = vtkRenderer::New();<BR>
vtkRenderWindow *renWin = vtkRenderWindow::New();<BR>
renWin-&gt;AddRenderer(renderer);<BR>
renWin-&gt;SetStereoCapableWindow(1);<BR>
renWin-&gt;StereoRenderOn();<BR>
renWin-&gt;SetFullScreen(1);<BR>
renWin-&gt;SetStereoTypeToCrystalEyes();<BR>
renWin-&gt;StereoUpdate();<BR>
</FONT><FONT FACE="Arial"> <BR>
There are no errors but I can view the window only in one of the two windows of the screen (one projector works as extended window).<BR>
Probably a solution it will be to use two different render windows, one for the left eye and one for the right, but I don&#8217;t know how to put one window in the first projector and the other window in the second projector.<BR>
&nbsp;<BR>
There is a easy solution for my problem<BR>
&nbsp;<BR>
Thanks in advance<BR>
Valeria<BR>
&nbsp;<BR>
</FONT></SPAN></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
This is the private VTK discussion list. <BR>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><BR>
Follow this link to subscribe/unsubscribe:<BR>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>