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

I wanted to rotate the camera

GhostCatcg opened this issue · comments

commented

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

I wanted to rotate the camera, like just rotate the Y-axis of the camera, but it seemed like I could only rotate the camera rotate(azimuthAngle, polarAngle, enableTransition), Pass in Rotate azimuthal angle(horizontal) and polar angle(vertical). Is this controller capable of rotating a single axis of the camera?

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

commented

I guess I don't understand azimuth and vertical Angle. I'm trying to find out