aframe icon indicating copy to clipboard operation
aframe copied to clipboard

Cursor component: fixes for WebXR mode

Open JL-Vidinoti opened this issue 8 months ago • 4 comments

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 than a-scene, an error occurs.
  • The XR Session events are not unregistered when the cursor attribute is removed.

JL-Vidinoti avatar May 29 '24 07:05 JL-Vidinoti