yomotsu / camera-controls

A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.

Home Page:https://yomotsu.github.io/camera-controls/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you add an "autoRotate" function, like OrbitControls in Threejs?

l251500 opened this issue · comments

Is your feature request related to a problem? Please describe.

I really like this project, and I have a small suggestion. Can you add an "autoRotate" function, like OrbitControls in Threejs? I would like to adjust its speed so that when I click on the screen, the automatic rotation stops and immediately switches to manual control. Additionally, I need a delay time to enable automatic rotation again after a certain amount of time of unmanned operation. Looking forward to your reply, thank you

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

thanks for using camera-controls.
what about this example?
https://yomotsu.github.io/camera-controls/examples/auto-rotate.html

thanks for using camera-controls. what about this example? https://yomotsu.github.io/camera-controls/examples/auto-rotate.html
Thank you very much, this is exactly what I want