blob: 720ea985d6e014a4173d9e9f46fffbbf5d564a6c [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 XRSphericalHarmonics {
readonly attribute DOMPointReadOnly orientation;
readonly attribute Float32Array coefficients;
};