<div dir="ltr"><div>Olivier,</div><div><br></div>Indeed, that is likely the reason. I do not believe the vtkContextView renders different images for left and right eye in stereo. It is meant for 2D plotting. vtkRenderView should work in stereo, but your helix would need to be defined as a vtkPolyData.<div><br></div><div>HTH,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 17, 2015 at 3:28 AM, 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 Cory,<br>
<br>
Thanks for your reply.<br>
<br>
I have tryied SetStereoTypeToCrystalEyes() (and all other stereo types) but<br>
the result is the same : the helix is displayed, but there is no stereo.<br>
<br>
May it be because of the classes of my variables ?<br>
For instance, "chart" is a vtkNew<vtkChartXYZ>.<br>
<br>
Here is a part of my .h (class definition) :<br>
<br>
-----------<br>
private:<br>
<br>
  vtkNew<vtkTable> table;<br>
  vtkNew<vtkFloatArray> arrX;<br>
  vtkNew<vtkFloatArray> arrY;<br>
  vtkNew<vtkFloatArray> arrZ;<br>
  vtkNew<vtkContextView> view;<br>
  vtkNew<vtkChartXYZ> chart;<br>
  vtkNew<vtkPlotLine3D> plot;<br>
-----------<br>
<br>
Olivier<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/problem-with-stereo-rendering-tp5732934p5732941.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/problem-with-stereo-rendering-tp5732934p5732941.html</a><br>
<span class="">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
</span>Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<span class="im HOEnZb"><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/opensource/opensource.html</a><br>
<br>
</span><span class="im HOEnZb">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_FAQ</a><br>
<br>
</span><span class="im HOEnZb">Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
</span><div class="HOEnZb"><div class="h5">Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>