Definition
WebXR Depth Sensing Module defines XRCPUDepthInformation
[Exposed=Window]
interface XRCPUDepthInformation : XRDepthInformation {
[SameObject] readonly attribute ArrayBuffer data;
float getDepthInMeters(float x, float y);
};
XRCPUDepthInformation
interfaceWebXR Depth Sensing Module defines XRCPUDepthInformation
[Exposed=Window]
interface XRCPUDepthInformation : XRDepthInformation {
[SameObject] readonly attribute ArrayBuffer data;
float getDepthInMeters(float x, float y);
};
XRCPUDepthInformation