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

Cardboard view broken in v2 #279

Open
nuevodevel opened this issue Mar 13, 2023 · 1 comment
Open

Cardboard view broken in v2 #279

nuevodevel opened this issue Mar 13, 2023 · 1 comment

Comments

@nuevodevel
Copy link

Since version 2 of the VR plugin Cardboard view is completely broken on both: iOS (iPhone) and Android smartphones.

The logs shows never ending list of warnings about:

  1. WebGLRenderer: .getsize() now requires a Vector2 as an argument
  2. THREE.Matrix4: .getInverse() has been removed. Use matrixInv.copy( matrix ).invert(); instead.

The screen remains black, rendering crashes completely.
Was working in previous version and videoj.s 7

@jarcky
Copy link

jarcky commented May 21, 2023

Hi there!

Same here. Even fixing the warnings you mentioned the issue is not fixed. I think the real error comes from this warning:

"[.WebGL-0x201ef6200] GL_INVALID_OPERATION: Attempting to blit and the read and draw buffer formats don't match. read: 0x8051 draw: 0x8058"

Let's see if somebody can help us.

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

No branches or pull requests

2 participants