View Single Post
  #2  
Old 10-25-2010, 12:50 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
To use quad buffered stereo, you must specify the viz.QUAD_BUFFER flag when you call viz.go(). Then you can use <window>.stereo(viz.QUAD_BUFFER) to enable this on a sub-window.
Reply With Quote