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
I need to enable the rotation of a 3d object on Y axis using a one finger gesture (pan).
I tried to handle the onDrag event and set the rotation based on drag amount, but i don't want to move the object.
Is there any way to prevent object moving while preserving the drag event?
Alternatively, is there another way to intercept gestures inside the ViroScene?
The text was updated successfully, but these errors were encountered:
I need to enable the rotation of a 3d object on Y axis using a one finger gesture (pan).
I tried to handle the onDrag event and set the rotation based on drag amount, but i don't want to move the object.
Is there any way to prevent object moving while preserving the drag event?
Alternatively, is there another way to intercept gestures inside the ViroScene?
The text was updated successfully, but these errors were encountered: