Open SoylentGraham opened 3 years ago
I don't implement XRReferenceSpace
, it's implemented for me by webxr-polyfill.
Unless I'm missing something, it seems like XRSpace
upstream is missing the EventTarget
?
https://github.com/immersive-web/webxr-polyfill/blob/main/src/api/XRSpace.js
cc: @toji
https://immersive-web.github.io/webxr/#xrreferencespace-interface
XRReferenceSpace
is supposed to be anEventTarget
, so expected thataddEventListener
exists.This is for
reset
when a space changes, which doesn't really apply, but function still should be around :)