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
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-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.I decide to re-implement by myself the component adding a
mousedown
event to grab the entity that is been rotating:And registering with:
Any thoughts? Can you update the XRExtras library?
The text was updated successfully, but these errors were encountered: