The Depth API is an extension to WebXR Device API that allows applications access to depth buffer information that conveys information about the user's environment, with primary focus on Augmented Reality scenarios.
By leveraging the depth API, web applications could offer more immersive AR experiences to their users. Example use cases are: - using depth information for physics (balls bouncing off of user's walls, projectiles burst when they hit the environment) - occlusion - virtual objects can appear as hidden behind real world objects Additionally, this helps close the gap between web platform and native APIs / SDKs.
Docs: https://github.com/bialpio/webxr-depth-api/blob/master/explainer.md
Samples: https://storage.googleapis.com/chromium-webxr-test/latest.html?target=proposals/phone-ar-depth.html https://storage.googleapis.com/chromium-webxr-test/latest.html?target=proposals/phone-ar-depth-gpu.html
Explainers: https://github.com/bialpio/webxr-depth-api/blob/master/explainer.md