View Single Post
  #3  
Old 07-16-2013, 06:22 PM
hzhao hzhao is offline
Member
 
Join Date: Sep 2012
Posts: 18
viz.fov(53,1.1887)
viz.go(viz.STEREO | viz.FULLSCREEN)
view = viz.MainView
headTrack = viz.addSensor('intersense')
viz.link(headTrack, view)

This code is for vizard 3.0.
I create a virtual world with vizard and display it in a HMD. To get stereopsis, vizard displays different images on the two screens of the HMD. This is just like we see different scenes in our two eyes because of the distance between our eyes.
Now, I want to display the same image on the two screen of HMD. It is just like we see the same scene in our two eyes. And I suppose I can do this by set the distance between our two eyes to be 0.
How can I do this in vizard?
Thanks!
Reply With Quote