Michael Blix

Results 7 comments of Michael Blix

Are there WebXR-specific privacy considerations? How would WebXR input work with this? This seems like one challenging part to figure out. Potentially it could work in an ~automatic way from...

Similar previous issue: https://github.com/immersive-web/webxr/issues/1317

This generally seems to make sense, establishing a 1:1 correspondence of CSS unit to model unit.

What are the use cases you envision for the addressability? One use case that could be useful is the ability to update a model after extraction. The benefit would be...

Do we need to discuss extraction itself or can we consider that up to the UA, just as img spec doesn't need to specify what a UA can do? (i.e....

What would this look like in code, Something like the below? I would think we would want a promise as operation to enable/disable could take a while. ```js session.toggleAR().then((enabled) =>...