You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to play the test video and you will get an error
We want videos to play in 360 mode when they do not have a vrDisplay connected, but when they natively support vr (by enabling the webvr flag in this case) this won't happen. We need to set ALWAYS_APPEND_POLYFILL_DISPLAY: true, in src/webvr-config.js to allow this to happen. The problem there is that we are pinned to webvr-polyfill version 0.9.23 which does not have such an option. When #14 is fixed this can be addressed.
The text was updated successfully, but these errors were encountered:
We want videos to play in 360 mode when they do not have a vrDisplay connected, but when they natively support vr (by enabling the webvr flag in this case) this won't happen. We need to set
ALWAYS_APPEND_POLYFILL_DISPLAY: true,
insrc/webvr-config.js
to allow this to happen. The problem there is that we are pinned towebvr-polyfill
version0.9.23
which does not have such an option. When #14 is fixed this can be addressed.The text was updated successfully, but these errors were encountered: