MantisBT - ParaView
View Issue Details
0010113ParaViewFeaturepublic2010-01-08 16:252010-01-20 18:43
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.8 
0010113: Support --stereo-type option
Right now there is a --stereo command line option that turns on stereo rendering. However, it forces the stereo rendering to be the red-blue type (unless the rendering.xml file was edited). There should also be a --stereo-type=<type> flag that allows you to set the type of stereo to one of the entries in the StereoType property of the RenderWindow proxy.
No tags attached.
has duplicate 0005050closed Utkarsh Ayachit Can't change stereo modes without a recompile 
Issue History
2010-01-08 16:25Ken MorelandNew Issue
2010-01-19 16:05Utkarsh AyachitNote Added: 0019202
2010-01-19 16:05Utkarsh AyachitStatusbacklog => @80@
2010-01-19 16:05Utkarsh AyachitFixed in Version => 3.8
2010-01-19 16:05Utkarsh AyachitResolutionopen => fixed
2010-01-19 16:05Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-01-19 16:06Utkarsh AyachitNote Edited: 0019202
2010-01-20 17:31Utkarsh AyachitRelationship addedhas duplicate 0005050
2010-01-20 18:43Alan ScottNote Added: 0019234
2010-01-20 18:43Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0019202)
Utkarsh Ayachit   
2010-01-19 16:05   
(edited on: 2010-01-19 16:06)
Added command line option to choose stereo type:

--stereo-type=opt : Specify the stereo type. This valid only when --stereo is specified. Possible values are"Crystal Eyes", "Red-Blue", "Interlaced", "Dresden", "Anaglyph", "Checkerboard"

/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVOptions.h,v <-- Servers/Common/vtkPVOptions.h
new revision: 1.27; previous revision: 1.26
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVOptions.cxx,v <-- Servers/Common/vtkPVOptions.cxx
new revision: 1.50; previous revision: 1.49
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderViewProxy.cxx,v <-- Servers/ServerManager/vtkSMRenderViewProxy.cxx
new revision: 1.89; previous revision: 1.88

(0019234)
Alan Scott   
2010-01-20 18:43   
Tested local client, XP.