Skip to content
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

Video Texture doesn't play #334

Open
SoulDesignerTom opened this issue Apr 21, 2023 · 1 comment
Open

Video Texture doesn't play #334

SoulDesignerTom opened this issue Apr 21, 2023 · 1 comment

Comments

@SoulDesignerTom
Copy link

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:

  1. Go to: http://xeogl.org/examples/#materials_phong_textures_video
  2. See that video is not playing

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.

@SoulDesignerTom
Copy link
Author

I fixed it by adding:
video.play();

just before:
diffuseMap.image = video;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant