CariusLars / ar_flutter_plugin

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

how can i prevent pan? #211

Open Johnssonslotion opened 8 months ago

Johnssonslotion commented 8 months ago

if object fixed, i don't want to move my 3d object but if i set onPanStart & onPanEnd. it can't prevent panning

is there anyone solved?