MantisBT - ParaView
View Issue Details
0007747ParaView(No Category)public2008-09-26 15:462010-06-07 21:33
Alan Scott 
 
normalminoralways
closedfixed 
 
3.8 
0007747: Feature: make Stereo easy to configure
Here is an e-mail thread. Stereo should be easier to configure.

ParaView3.x.x/VTK/Rendering/vtkRenderWindow.cxx and change the line starting with this->StereoType to

this->StereoType = VTK_STEREO_CRYSTAL_EYES;


Under some circumstances (mirrors and projector orientation) the stereo will be reversed. If so, you will need to modify the ParaView3.x.x/VTK/Rendering/vtkOpenGLCamera.cxx

I agree that it would be better as a simple configuration option - you might wish to add a feature request through their bug report system.

No tags attached.
zip Stereo.zip (85,219) 2008-09-29 14:17
https://www.vtk.org/Bug/file/6743/Stereo.zip
Issue History
2008-09-26 15:46Alan ScottNew Issue
2008-09-26 17:43Alan ScottNote Added: 0013604
2008-09-29 10:50Robert MaynardNote Added: 0013614
2008-09-29 14:17Robert MaynardNote Added: 0013615
2008-09-29 14:17Robert MaynardFile Added: Stereo.zip
2009-02-17 14:01Utkarsh AyachitCategory3.6 => Pending
2009-02-20 13:51Ken MorelandCategoryPending => 3.8
2009-05-13 13:40Utkarsh AyachitTarget Version => 3.8
2010-06-07 21:33Alan ScottNote Added: 0020941
2010-06-07 21:33Alan ScottStatusbacklog => closed
2010-06-07 21:33Alan ScottResolutionopen => fixed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013604)
Alan Scott   
2008-09-26 17:43   
User has asked the following:

Could you also add an option for VTK_STEREO_CRYSTAL_EYES_REVERSED or similar - 2 of our stereo walls have reversed stereo and requires switching several lines within ParaView3.x.x/VTK/Rendering/vtkOpenGLCamera.cxx to correct it.
(0013614)
Robert Maynard   
2008-09-29 10:50   
I have a developed a toolbar for changing the stereo version inside of paraview, I will post the code later today. It allows a user to switch between crystal eyes, red/blue, off and you can change Eye Angle and Focal Disk.
(0013615)
Robert Maynard   
2008-09-29 14:17   
Here is a quick and dirty zip of the majority of the changes we had to do to make a stereo toolbar that allows mode changing. Maybe it will be of some help. Please watch out as there could be other stuff in the code as we have modified the look of paraview
(0020941)
Alan Scott   
2010-06-07 21:33   
Pretty sure this is fixed.