Rik Cabanier
Rik Cabanier
> It would be nice if content could _add_ features to the XRSession in the middle of the session. For example, a complex app may not require hand-tracking by default...
By "browser Performance audit" do you mean profiling your site with the browser's developer tools? If so, that comes back to my point that authors will just optimize for the...
Thank you! How do you know that the rendering takes too long? Do you look by knowing the frame rate and seeing that the Raf starts slowing down? I'm specifically...
> ... > Would it be useful to provide such a value directly to applications? Yes, I'm leaning toward something like that. However, it shouldn't be just GPU or CPU...
> > However, it shouldn't be just GPU or CPU load because that doesn't tell you enough. > > ... > > ... > If these are the only two...
/tpac discuss how to provide feedback to guide performance
Do you send 2 different pictures to get a stereo effect to these devices? If so, WebXR supports this.
It's cleaner to go through the WebXR API because then you can draw the scene to the projector while still drawing the page to the regular monitor. @kintz09 you should...
FYI if the page use WebXR Layers, it can set it up so there are no layers and thus no need for WebGL.
> ... > 1. Throw an InvalidStateError when those attributes are accessed on inactive frame. For anchors API, this would be a breaking change. Moreover, apps may not expect that...