WebIDLpedia

XRLightEstimate interface

Definition

WebXR Lighting Estimation API Level 1 defines XRLightEstimate



[SecureContext, Exposed=Window]
interface XRLightEstimate {
  readonly attribute Float32Array sphericalHarmonicsCoefficients;
  readonly attribute DOMPointReadOnly primaryLightDirection;
  readonly attribute DOMPointReadOnly primaryLightIntensity;
};

Methods and attributes that return objects implementing XRLightEstimate

Referring IDL interfaces/dictionaries