-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
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 makes WebGL context lost on Ubuntu #29909
Comments
Do you experience a context lost with all examples using a video texture? How about this one: https://threejs.org/examples/webgl_video_panorama_equirectangular Besides, do you see any differences when using Firefox on the affected device? Do you mind sharing a |
Can you try to remove all post processing of BTW: When you are getting asked to share a |
Some more information:
|
Do you see the same issues in Firefox? |
Description
Video texture example is black screen because of WebGL context lost on Ubuntu 22.04.
Initial analysis: When video is not ready( not first frame come), rendering is inited wrongly that makes WebGL crashes.
Issue is fixed on example if checking this before rendering.
if(video.currentTime > 0) composer.render();
Reproduction steps
Code
https://threejs.org/examples/?q=video#webgl_materials_video
Live example
https://threejs.org/examples/?q=video#webgl_materials_video
Screenshots
Version
r170
Device
Desktop
Browser
Chrome
OS
Linux
The text was updated successfully, but these errors were encountered: