You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm developing a site that uses some custom shaders and three.js to do volumentric video, but somehow WebXR Viewer crashes every time it gets on screen (force refreshes the page). Here is a live demo, simply press the AR icon to start the experience.
I would really love to debug this myself, but I have no idea if it is even possible to open up the equivalent of the console on WebXR Viewer, so I come in deseperation for any pointers / ideas with what is going on.
This behaviour is only on the WebXR viewer in AR mode, it works fine when it's rendered from its regular viewport, and only occurs with WebXR viewer and is fine with any other browser that supports immersive-ar. I have singled out the shader crashing the site, as it only happens when the object is in the screen / scene, and has basically no logic on the javascript side.
The shaders is ripped from here, which simply uses a special VideoTexture to displace / texture the mesh.
Any help will be greatly appreciated! Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I'm developing a site that uses some custom shaders and three.js to do volumentric video, but somehow WebXR Viewer crashes every time it gets on screen (force refreshes the page). Here is a live demo, simply press the AR icon to start the experience.
I would really love to debug this myself, but I have no idea if it is even possible to open up the equivalent of the console on WebXR Viewer, so I come in deseperation for any pointers / ideas with what is going on.
This behaviour is only on the WebXR viewer in AR mode, it works fine when it's rendered from its regular viewport, and only occurs with WebXR viewer and is fine with any other browser that supports immersive-ar. I have singled out the shader crashing the site, as it only happens when the object is in the screen / scene, and has basically no logic on the javascript side.
The shaders is ripped from here, which simply uses a special VideoTexture to displace / texture the mesh.
Any help will be greatly appreciated! Thanks in advance.
The text was updated successfully, but these errors were encountered: