View Single Post
  #4  
Old 12-07-2012, 10:59 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It sounds like you need a card that support quad buffered stereo, like a nVidia Quadro card. Then after enabling stereo in the nVidia control panel run the following code in Vizard:
Code:
import viz
viz.go(viz.QUAD_BUFFER | viz.HMD)

gallery = viz.add('gallery.ive')
This won't effect turning on stereo but you'll also want to set the field of view in Vizard to match the glasstron. For that use the viz.fov command.
Reply With Quote