You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2026. It is now read-only.
In the A-Frame manipulate example, is using the xrextras-two-finger-rotate component. When I have two entities, and rotate with the two finger gesture, both entities are been rotated. I wanted to rotate just a selected one.
In the A-Frame manipulate example, is using the
xrextras-two-finger-rotatecomponent. When I have two entities, and rotate with the two finger gesture, both entities are been rotated. I wanted to rotate just a selected one.I decide to re-implement by myself the component adding a
mousedownevent to grab the entity that is been rotating:And registering with:
Any thoughts? Can you update the XRExtras library?