[vtkusers] problem with stereo rendering

Olivier Ameline olivameline at gmail.com
Fri Jul 17 03:28:56 EDT 2015


Hello Cory,

Thanks for your reply.

I have tryied SetStereoTypeToCrystalEyes() (and all other stereo types) but
the result is the same : the helix is displayed, but there is no stereo.

May it be because of the classes of my variables ?
For instance, "chart" is a vtkNew<vtkChartXYZ>. 

Here is a part of my .h (class definition) :

-----------
private:

  vtkNew<vtkTable> table;
  vtkNew<vtkFloatArray> arrX;
  vtkNew<vtkFloatArray> arrY;
  vtkNew<vtkFloatArray> arrZ;
  vtkNew<vtkContextView> view;
  vtkNew<vtkChartXYZ> chart;
  vtkNew<vtkPlotLine3D> plot;
-----------

Olivier



--
View this message in context: http://vtk.1045678.n5.nabble.com/problem-with-stereo-rendering-tp5732934p5732941.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list