bindings/webxr_lighting_estimation_1 library
WebXR Lighting Estimation API Level 1
Classes
- XRLightEstimate
-
Secure context: This feature is available only in secure
contexts (HTTPS), in some or all supporting browsers.
The interface of the WebXR Device API provides the estimated
lighting values for an XRLightProbe at the time represented by
an XRFrame.
To get an object, call the
XRFrame.getLightEstimate()
method. - XRLightProbe
-
Secure context: This feature is available only in secure
contexts (HTTPS), in some or all supporting browsers.
The interface of the WebXR Device API contains lighting
information at a given point in the user's environment. You can
get an
XRLighting
object using theXRSession.requestLightProbe()
method. This object doesn't itself contain lighting values, but it is used to collect lighting states for each XRFrame. See XRLightEstimate for the estimated lighting values for an . - XRLightProbeInit