View Single Post
  #3  
Old 03-29-2010, 10:45 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
As far as we know, the drivers do not support using 3D Vision with OpenGL applications on GeForce cards. If you have a GeForce card this will not work with Vizard.

If you have an nvidia Quadro card and meet all the 3D Vision requirements you could try enabling stereo with:
Code:
viz.go(viz.QUAD_BUFFER)
Reply With Quote