hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.13k stars 394 forks source link

OrbitControls #433

Closed adilsonv77 closed 5 months ago

adilsonv77 commented 12 months ago

Hello... Is there any alternative in MindAR to the user control rotation and zooming the camera?

hiukim commented 5 months ago

OrbitControls doesn't work because it try to manipulate the camera rotation, but mindar need to control that. The alternative is to rotate your target objects upon user gestures, but you have to implement that yourself.