[Paraview] file formats and stereo viewing

Berk Geveci berk.geveci@kitware.com
12 Mar 2003 10:33:44 -0500


> sounds like you know how to activate Paraview's stereoscopic view on a 
> single CPU...  :-)))  That is EXACTLY what I'm trying to achieve! As to 
> my current status: with some help from Giancarlo Amati I have succeeded 
> in generating stereoscopic images using vtk/tcl. So, how do I get these 
> few lines of code into Paraview? And PLEASE tell me, it's simple (I am 
> not excactly what you'd call a crack)... Thanks a lot in advance!

There is a method called CreateRenderObjects() in vtkPVRenderView.
This is where all the rendering objects (render window and renderer)
are created. To enabled stereoscopic for a single processor, All you
need to do (in theory) is to add the appropriate calls in that
function. Right after the new render window is created for example.

-Berk