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'm playing with the sample-model-viewer app and I see that touch events are being detected via the nodeGestureRecognizer but the models don't move. It seems that the OnGestureStartedListeners are not being added and so the touch event doesn't get propagated.
What is the proper way to ensure touch events like drag and pinch are able to rotate/scale a model in 3D only mode?
The text was updated successfully, but these errors were encountered:
I'm playing with the sample-model-viewer app and I see that touch events are being detected via the
nodeGestureRecognizer
but the models don't move. It seems that theOnGestureStartedListener
s are not being added and so the touch event doesn't get propagated.What is the proper way to ensure touch events like drag and pinch are able to rotate/scale a model in 3D only mode?
The text was updated successfully, but these errors were encountered: