Demo flickering and dark blue background
Any idea why the example in this page is flickering and with a dark blue background?
I'm on a Mac M1, and this is with Chrome Version 103.0.5060.134.
https://user-images.githubusercontent.com/210002/181449852-83fcd1ba-be76-4199-abbf-ec0cdd6852aa.mov
This seems related: https://github.com/gfx-rs/wgpu/issues/2909
Does it happen when you mouse over the canvas?
Nope, even when the mouse is outside the canvas.
Hmm, that's a weird one. Does this happen with other WebGL content on your machine? You could take a look at https://threejs.org and see if any of those have similar issues.
I tried many examples on threejs, but no, none of them give the flickering effect.
On Fri, Aug 5, 2022 at 4:01 AM sotrh @.***> wrote:
Hmm, that's a weird one. Does this happen with other WebGL content on your machine? You could take a look at https://threejs.org and see if any of those have similar issues.
— Reply to this email directly, view it on GitHub https://github.com/sotrh/learn-wgpu/issues/385#issuecomment-1205956307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABTIUUWKYEP234RBUAAPOLVXRYXBANCNFSM544HWMTA . You are receiving this because you authored the thread.Message ID: @.***>
A decent work around would be to render a skybox. The wgpu repo has an example of one: https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples/skybox
Thanks a lot, I'll check it out.
On Sat, Aug 6, 2022 at 8:47 PM sotrh @.***> wrote:
A decent work around would be to render a skybox. The wgpu repo has an example of one: https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples/skybox
— Reply to this email directly, view it on GitHub https://github.com/sotrh/learn-wgpu/issues/385#issuecomment-1207263046, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABTIUQ6PO3ETHYUCWYQTEDVX2XKHANCNFSM544HWMTA . You are receiving this because you authored the thread.Message ID: @.***>
I just updated the tutorial to 0.14. Can you confirm if you're still seeing the issue?
I'm not! It's working on chrome and firefox correctly now. I don't know if it's the code though or browser updates. Thanks!