Definition
WebXR Hit Test Module defines XRRayDirectionInit
dictionary XRRayDirectionInit {
double x = 0;
double y = 0;
double z = -1;
double w = 0;
};
XRRayDirectionInit
dictionaryWebXR Hit Test Module defines XRRayDirectionInit
dictionary XRRayDirectionInit {
double x = 0;
double y = 0;
double z = -1;
double w = 0;
};