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
Describe the bug I've created everything like in the example: http://xeogl.org/examples/#materials_phong_textures_video And same - as in example video want play - just showing 1st frame.
To Reproduce Steps to reproduce the behavior:
Expected behavior Video should be playing or at least there should be something to start playing the video - there is nothing like that in the code.
The text was updated successfully, but these errors were encountered:
I fixed it by adding: video.play();
video.play();
just before: diffuseMap.image = video;
diffuseMap.image = video;
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I've created everything like in the example: http://xeogl.org/examples/#materials_phong_textures_video
And same - as in example video want play - just showing 1st frame.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Video should be playing or at least there should be something to start playing the video - there is nothing like that in the code.
The text was updated successfully, but these errors were encountered: