Piotr Bialecki

Results 120 comments of Piotr Bialecki

Ideally, we should probably eventually expose the entity type on the hit test result (and the entity itself, see #23) and let the application decide what they want to do....

> If we did either expose the entity type on the result or encourage apps to make two sources, how do you see apps avoiding this problem? I was thinking...

Potentially related: https://schema.org/3DModel.

> I understand there has been TAG feedback regarding the privacy concerns and how we can inform users of the risks. Yes, I still need to update the spec draft...

> > display a "camera in use" indicator > > Do you have any ideas for this? Since there is no URL bar would it be something like a red...

> Is [Depthinfo.normDepthBufferFromNormView](https://www.w3.org/TR/webxr-depth-sensing-1/#dom-xrdepthinformation-normdepthbufferfromnormview) a projection matrix? Can I use it to find field of view, focal length, etc? You should be able to find projection matrix in XRView, please see...

If an underlying system knows that the tracking of an anchor may be regained, it should not communicate that the tracking of an anchor is lost - the anchor can...

When the person leaves the room, the user agent will not have to report that the anchors lost tracking. They will still show up in the `trackedAnchors` set, but the...

Thanks for taking a look! Answers below, let me know if I have not addressed something appropriately. > I'm coming here from the [TAG review thread](https://github.com/w3ctag/design-reviews/issues/479). > > The ["API...

Thanks for the report! I'd expect readback to be achievable with the API, even though we're defining the textures as opaque. Can you share a code snippet that'd demonstrate how...