View Single Post
  #2  
Old 01-07-2008, 01:54 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
We have used this prototype before. You can use the following code to get it working with Vizard:
Code:
viz.go(viz.STEREO|viz.HMD)
viz.fov(64.0,1.25)
viz.MainWindow.setViewOffset(viz.Matrix.euler(-13,0,0),eye=viz.LEFT_EYE)
viz.MainWindow.setViewOffset(viz.Matrix.euler(13,0,0),eye=viz.RIGHT_EYE)
Reply With Quote