PDA

View Full Version : Problem with HMD sensics


befl0
07-30-2014, 03:50 AM
Hi,

I used the HMD sensics Z sight 60. I tried to put my project in but with the method side by side, my project is divided in two screens. So in the left eye I have the first half of my project and in the right eye I see the second one. So I was obliged to close the right eye to see the first part of the screen and after the left eye.

So I have no idea how I can fixed it.

Thanks if someone can help me


import sensics
sensics.zSight_60()

viz.go(viz.HMD | viz.stereo_HORZ)

Jeff
07-30-2014, 01:19 PM
Try the following:

import viz
viz.go(viz.FULLSCREEN)

import sensics
sensics.zSight_60()