yomotsu / camera-controls

A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.
https://yomotsu.github.io/camera-controls/
MIT License
2.05k stars 256 forks source link

Transition needs to be disabled for moving objects #539

Open fermmm opened 1 month ago

fermmm commented 1 month ago

The functions of this library works for moving objects when calling them on each frame update as long as you don't set transition to true, so for moving objects there is no transition.

Am I doing something wrong or smooth transitions on moving objects is not supported?

yomotsu commented 1 month ago

I'm sorry, I didn't catch the point about moving objects. Would you be able to create a simplified demo to reproduce it?