View Single Post
  #4  
Old 10-05-2007, 10:22 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The offsets are most likely caused by the asymmetric view frustums that are generated for non-HMD stereo displays, which is expected. Make sure you specify the viz.HMD flag with viz.go() when using an HMD. If you are using shutter glasses then you should not be using the viz.HMD flag, instead you should use the viz.MainWindow.screenDistance(meters) command to specify the distance between the user and the screen.
Reply With Quote