I have just turned on multiview in my WebXR application, and the entire scene is flickering whenever a GUI element is present. I am on Meta Quest 3 OS v76.1020 with browser version v38.1. This issue occurs with WebXR chrome flags on and off. For now, I’ve just rolled back multiview, but I would love to be able to enable it for the performance benefits.
I had my teammates validate this behavior on Quest 1 and Quest 2. They said that it does happen on Quest 1, but they could not reproduce it on Quest 2.
I also reached out to some folks at Meta on the WebXR discord, and they replied, “flickering with multiview usually indicates that you’re switching rendertargets mid-session. That is done by design in the multiview extension and not an issue with the Quest browser.” Hopefully that adds some helpful context!
Just making sure - are you using the latest babylon version? The playgrounds you pasted are both from a.specific snapshot, but I assume you also tested 8.X and it behaves the same
Hi @RaananW,
I was investigating this a bit more, and I found that the bug does not occur when using the OVR_multiview2 gl extension, but does occur with the oculus_multiview extension. I’m able to avoid the bug by setting this before creating the scene:
(as in my next answers to anything in the forum - sorry for a very late reply )
if it is an oculus-extension only issue, there is probably little we can do, but I actually need to check if they have already fixed it. We had an issue like that with multiview in the oculus browser which was an issue with the browser itself and was resolved by the team. I’m assigning this to me, will debug this later.
EDIT - issue is still present. I will try reaching out to the oculus team and see if they have some input