blob: 64ad2fabd19704ea3ac340bc3daee9e5c69e4482 [file] [log] [blame]
// 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 XRWorldInformation {
readonly attribute XRPlaneSet? detectedPlanes;
readonly attribute XRLightEstimation? lightEstimation;
};