View Single Post
  #2  
Old 05-10-2016, 01:04 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
From the description it sounds like quad buffered stereo should work. Is stereo enabled in the nvidia control panel? If you run the following script do you see a double image on the screen without any glasses?

Code:
import viz
viz.go(viz.QUAD_BUFFER)

viz.addChild('piazza.osgb')
Reply With Quote