View Single Post
  #2  
Old 12-04-2012, 04:37 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
What kind of stereo input does the HMD take, is it side by side? If so, then go to 'set up multiple displays' in the nvidia control panel and configure for extended desktop. Then run the following:
Code:
import viz
viz.go(viz.STEREO_HORZ | viz.HMD)

gallery = viz.add('gallery.ive')
Reply With Quote