-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
In #6 we seem to have settled on the idea of allowing developers to request the kinds of data that actually want, be it planes of various kinds, meshes or other things in the future (tables, the ground, etc ... anything platforms might be able to provide). To do this, we need to update the proposal to as follows. Initially, focusing on planes and meshes should be sufficient to test across a good number of platforms. (We might also be able to test faces in the WebXR Viewer).
We need:
- a way of requesting (and checking the success of) the specific types. For example, I might ask for meshes, and if those are unavailable, ask for planes (and then convert them to meshes myself). This may be done by adding features to the main webxr api.
- a way of configuring each of these (already there with
xrSession.updateWorldTrackingState). (Suggestion: change this toxrSession.updateWorldSensingState, as we will probably move this to the "Core AR Module" when that happens, and use it for other sorts of sensing configuration as well) - a way to get the data (already there with
frame.worldInformation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels