summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/xr/xr_world_tracking_state.idl
blob: b637518c578153c1c4900efbf38699a66b280a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// More details about the real-world understanding APIs can be found here:
// https://github.com/immersive-web/real-world-geometry/blob/master/plane-detection-explainer.md
[
    SecureContext,
    Exposed=Window,
    RuntimeEnabled=WebXRIncubations
]
interface XRWorldTrackingState {
   readonly attribute XRPlaneDetectionState planeDetectionState;
   readonly attribute XRLightEstimationState lightEstimationState;
};