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

Since three.js has been upgraded to 1.12, projection 360_CUBE doesn't work any more #268

Open
icokk opened this issue Sep 21, 2022 · 1 comment

Comments

@icokk
Copy link

icokk commented Sep 21, 2022

Since three.js has been upgraded to 1.12, projection 360_CUBE doesn't work any more.

The problem is that the underlying geometry in three.js has changed, but videojs-vr tries to modify some old properties (specifically, movieGeometry.faceVertexUvs property doesn't exist anymore), which causes crash during initialization. Reverting three.js to 0.93 resolves this issue.

@icokk icokk changed the title After upgrading three.js to 1.12, projection 360_CUBE doesn't work any more Since three.js has been upgraded to 1.12, projection 360_CUBE doesn't work any more Sep 21, 2022
@MicahShane
Copy link

How do you revert three.js to 0.93?

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