olexale / arkit_flutter_plugin

ARKit Flutter Plugin
MIT License
796 stars 225 forks source link

Custom Object doesn’t seem to work gesture recognition or any dynamic gesture movement #145

Open nenenkosi opened 3 years ago

nenenkosi commented 3 years ago

When I try to pan, scale or move from left to right on a custom object, the gesture recognizer handlers are not triggered so nothing happens. I followed the box sample and I added a custom object to the plane but nothing is happening. it’s not moving is they a way to move the custom object, on its x,y,z coordinates, and pan, scale on the custom object.