-
Notifications
You must be signed in to change notification settings - Fork 145
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
Cannot change projection type #266
Comments
On firefox I get
|
I've tried 180_mono from examples and its also not working |
I also have this issue. 360 sphere works ok - toggling other settings do not. Is there something else to enable or disable? Does it not work with AUTO? |
Same issue here. Was stepping into the code and trying to understand what's going on. It almost appears to me as if the current version is not 100% compatible with the main video.js source? I patched some tests and had it run to new BufferGeometry().fromGeometry(geometry); when I got another exception
video.js:206 VIDEOJS: ERROR: TypeError: (intermediate value).fromGeometry is not a function |
geometry.faceVertexUvs is depreciated. |
"Fixed" the above code with:
Now the next exception is thrown when reaching "this.movieGeometry = new BufferGeometry().fromGeometry(geometry);" "TypeError: (intermediate value).fromGeometry is not a function" - again deprectated it seems. https://discourse.threejs.org/t/three-geometry-will-be-removed-from-core-with-r125/22401 |
Description
When I try to change projection using
player.mediainfo.projection
orplayer.vr({projection: '180'});
I get errorSteps to reproduce
npm i videojs-vr
Results
Expected
Working 180° player
Actual
Error
Error output
Additional Information
versions
videojs
1.10.1 and 1.10.0
browsers
chrome 104.0.5112.101
OSes
Linux openSUSE Tumbleweed
plugins
nope
The text was updated successfully, but these errors were encountered: