未验证 提交 90714d0a 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #14980 from Mugen87/dev7

Examples: Fix stream handling in webgl_materials_video_webcam
......@@ -108,7 +108,7 @@
// apply the stream to the video element used in the texture
video.src = window.URL.createObjectURL( stream );
video.srcObject = stream;
video.play();
} ).catch( function( error ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册