web api instance property
XRLightProbe: probeSpace property
Limited availabilitySecure context
The read-only probeSpace property of the XRLightProbe interface returns an XRSpace tracking the position and orientation that the lighting estimations are relative to.
Value
An XRSpace object.
Examples
The probeSpace property returns the position and orientation in space that the lighting estimate is relative to. It may update over time as the user moves around. Use the getPose() method to get the current lighting state with each frame.
const lightProbe = await xrSession.requestLightProbe();
const probePose = xrFrame.getPose(lightProbe.probeSpace, xrReferenceSpace);
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.