videojs / videojs-vr

A plugin to add 360 and VR video support to video.js.
https://videojs-vr.netlify.com/
MIT License
541 stars 143 forks source link

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

Open icokk opened 2 years ago

icokk commented 2 years ago

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.

MicahShane commented 1 year ago

How do you revert three.js to 0.93?