blob: 691c4c667d28dcdc285fac2b63595024f400db71 [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.
[
SecureContext,
Exposed=Window,
RuntimeEnabled=WebXRIncubations
]
interface XRLightProbe {
readonly attribute XRSphericalHarmonics sphericalHarmonics;
readonly attribute DOMPointReadOnly mainLightDirection;
readonly attribute DOMPointReadOnly mainLightIntensity;
};