We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for the plugin!
I would like to add some objects into my pano video through vr-player's three.js objects
I did this, and the console output is undefined.
undefined
<script> var player = videojs('my-player'); player.vr({projection: 'equirectangular'}); player.ready(function(){ console.log(this.vr().camera); }) </script>
However, if I access the player through inspection tool after the player is rendered in the browser, player.vr().camera is defined.
player.vr().camera
My question is, when can one assure the three.js scene is rendered by vr-player?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for the plugin!
I would like to add some objects into my pano video through vr-player's three.js objects
I did this, and the console output is
undefined
.However, if I access the player through inspection tool after the player is rendered in the browser,
player.vr().camera
is defined.My question is, when can one assure the three.js scene is rendered by vr-player?
The text was updated successfully, but these errors were encountered: