View Single Post
  #1  
Old 02-15-2011, 06:56 AM
kovitch kovitch is offline
Member
 
Join Date: Sep 2010
Posts: 30
Center window & stereo vision

Hi, I'm trying to do something like this:



I'm using the following code to draw the center window:

Code:
CenterWindow = viz.addWindow(pos=(0.25,0.75),size=(0.5,0.5))
CenterWindow .visible(0,viz.SCREEN)
However, when I apply the viz.STEREO the stereo is only applied to the viz.MainView. What is the best way to accomplish something like you see in the image?

Regards.
Reply With Quote