Michael L. Cobb wrote: > MayaVi users: > > MayaVi looks like a cool package for displaying a variety of > complicated data sets. I see there are several stereo modes one can > set. Are there plans to have a cress-eyed stereo pair option for use > with dual DLP projectors, dual monitor graphics card and cross polarizers.?
Mayavi is merely showing you the options provided by VTK. I am not sure if VTK has any plans of supporting these or not. The current list seems to be this (from vtkRenderWindow.h): #define VTK_STEREO_CRYSTAL_EYES 1 #define VTK_STEREO_RED_BLUE 2 #define VTK_STEREO_INTERLACED 3 #define VTK_STEREO_LEFT 4 #define VTK_STEREO_RIGHT 5 #define VTK_STEREO_DRESDEN 6 #define VTK_STEREO_ANAGLYPH 7 Your best bet would be to ask on the vtkusers mailing list for more details. cheers, prabhu ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
