View Single Post
  #4  
Old 02-15-2011, 11:21 AM
kovitch kovitch is offline
Member
 
Join Date: Sep 2010
Posts: 30
All I want to do is something like this:

Code:
LeftWindow = viz.addWindow(pos=(0.125,0.75),size=(0.25,0.5))
RightWindow = viz.addWindow(pos=(0.625,0.75),size=(0.25,0.5))
And then disable the MainView. I know that this is impossible, so I'm looking for another way to do this.

It has to work as the image I posted before: A black area and two Viewports. The left view is meant to be shown to the left eye and the right view only to the right eye. The content of these two viewports is meant to be different.

Any tip?
Reply With Quote