Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stereo rendering not working on iphone 6 on newer builds of a-frame #1362

Closed
ngokevin opened this issue Apr 11, 2016 · 4 comments
Closed

stereo rendering not working on iphone 6 on newer builds of a-frame #1362

ngokevin opened this issue Apr 11, 2016 · 4 comments

Comments

@ngokevin
Copy link
Member

Description: Open scene on iPhone 6 with Safari, click on the Goggles. The scene renders, but it won't split into stereo mode.

  • A-Frame Version: master
  • Platform/Device: iphone 6 safari
@K4orta
Copy link
Contributor

K4orta commented Apr 14, 2016

I looked into this some. It seems that Three.js r75 changed VREffect.js's render function to check that full screen mode is enabled before it will render in stereo mode. As a result Android is fine, because it supports the Full Screen API, but Safari can only render in mono because it does not.

A change will need to made made to VREffect.js in order to fix this.

@ngokevin
Copy link
Member Author

cvan is on this . #1132 will help

@K4orta
Copy link
Contributor

K4orta commented Apr 14, 2016

Great! Good to know he's got a fix for it.

@ngokevin
Copy link
Member Author

Should be fixed by now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants