<div dir="ltr">Hello,<div><br></div><div>They are a few bugs in QVTKWidget, which is now deprecated. A new Implementation as landed in VTK master recently.</div><div>You may want to try the new QVTKOpenGLWidget in VTK master (ba5ccaba94c7681b7c95b7a38fac50f87ceb29a6).</div><div><br></div><div>Best regards,</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Tue, Jun 26, 2018 at 5:29 PM, Olivier Ameline <span dir="ltr"><<a href="mailto:olivameline@gmail.com" target="_blank">olivameline@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have a polydata that I want to render in stereo inside a QVTK Widget.<br>
<br>
For this I use the C++ code<br>
<br>
renderWindow-><wbr>StereoCapableWindowOn();<br>
renderWindow-><wbr>SetStereoTypeToCrystalEyes();<br>
renderWindow->SetStereoRender(<wbr>1);<br>
renderWindow->StereoUpdate();<br>
<br>
which does not work. There is no error message, but the polydata is not<br>
displayed in stereo.<br>
<br>
<br>
When I use <br>
<br>
renderWindow-><wbr>SetStereoTypeToAnaglyph(); <br>
<br>
instead of <br>
<br>
renderWindow-><wbr>SetStereoTypeToCrystalEyes();<br>
<br>
the anaglyph type works.<br>
<br>
<br>
I'm in Linux Fedora with VTK 6.3 and a Nvidia Quadro card. <br>
I can run successfully stereo examples (like glxgears -stereo).<br>
<br>
Furthermore, the Crystal Eyes stereo works on my polydata when I use a<br>
vtkRenderWindowInteractor, but I would prefer to use the QVTK Widget.<br>
<br>
<br>
Do you know what's wrong with QVTK Widget and Crystal Eyes stereo in VTK 6.3<br>
?<br>
<br>
Thanks<br>
<br>
Olivier.<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-Users-f1224199.html</a><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>