CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
318 stars 229 forks source link

How can i rotate and move my web .glb object #152

Closed giovannicampagnolo closed 1 year ago

giovannicampagnolo commented 1 year ago

I can't move or rotate my .glb object from web is possible to do?

@CariusLars

JeroenMoonen commented 1 year ago

You should have a look at the examples:

https://github.com/CariusLars/ar_flutter_plugin/blob/main/example/lib/examples/objectgesturesexample.dart

giovannicampagnolo commented 1 year ago

yes i've already follow this example but it didn't work @JeroenMoonen

JeroenMoonen commented 1 year ago

What does your log say?

giovannicampagnolo commented 1 year ago

nothing

JeroenMoonen commented 1 year ago

Does it work when you clone the repository and start the example?

giovannicampagnolo commented 1 year ago

didn't work

giovannicampagnolo commented 1 year ago

after 7 days of testing i found the problem

The gesture used for rotation and panning are really unfrendly Then i think is the case to resolve this