yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
483 stars 160 forks source link

ThreeJS version 88 incompatibility #142

Open jremen opened 6 years ago

jremen commented 6 years ago

When I try to use ThreeJS 88, I get a message "Cannot read property 'WebGLRenderer' of undefined. Called from cloudflare CDN.

I have to use version 88 of threejs because of other part of project which has nothing to do with VideoJS-panorama

jremen commented 6 years ago

Nevermind, changing _three2.default for THREE fixed the problem

kassemEzz commented 6 years ago

Hi @ZhuJo Can you please let me know where and how did you change the _three2.default. Thanks

jremen commented 6 years ago

I changes all occurences of it in the code

kassemEzz commented 6 years ago

Thanks @ZhuJo that worked perfectly. I don't really like to change the code so I hope an official fix will sort this issue out. Thank you