Video Texture doesn't play
SoulDesignerTom opened this issue · 1 comments
SoulDesignerTom commented
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:
- Go to: http://xeogl.org/examples/#materials_phong_textures_video
- 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 commented
I fixed it by adding:
video.play();
just before:
diffuseMap.image = video;