![]() |
|
#1
|
|||
|
|||
Hi,
Do we also have to download any plugin/drivers for 3ds max? I downloaded and installed the drivers for NVidia in my machine and making tests that do not seem to work. Thanks, Vinicius |
#2
|
|||
|
|||
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) |
![]() |
|
|