aframe
aframe copied to clipboard
Cursor component: fixes for WebXR mode
Description:
This PR fixes a couple of small issues when using the cursor
component with rayOrigin: xrselect
.
Changes proposed:
- If the
cursor
component is attached to an entity other thana-scene
, an error occurs. - The XR Session events are not unregistered when the
cursor
attribute is removed.