googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

Adjusting location of reticle and hotspots for stereo effect #264

Open AlfkaGit opened 6 years ago

AlfkaGit commented 6 years ago

I have convereted a cubemap into an equirectangular image for vrview. The stereo effect in cardboard mode works great. Both left and right images produce the intended three dimensional effect. The issue, is that for some reason the reticle and hotspots do not render in the appropriate location, and thus show up blurry (i.e. do not overlap between left and right eye views). However, everything in the stereo images overlaps nicely. I was wondering if there is a setting to adjust the positioning of the reticle and hotspots for both eyes, perhaps like an "eye separation" setting or something similar. Thank you!