Thread: 3d projector
View Single Post
  #6  
Old 07-20-2007, 01:38 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

If you want to get stereo working with Vizard, you do not need to download any drivers for 3dsmax. Did you enable the stereo drivers in the nvidia control panel? If the drivers are working, then the 3D output by Vizard should flicker. Also, make sure you run your Vizard script in fullscreen, as the nvidia stereo drivers only work in fullscreen mode. To run your script in fullscreen mode, simply pass the viz.FULLSCREEN flag to the viz.go() comand:
Code:
import viz
viz.go(viz.FULLSCREEN)
Reply With Quote