Rotate vertically in Camera Controls

Hi, I’m using Camera Controls in my project. In this, I couldn’t rotate the vertically for continuously. It gets stopped after 1 rotation. Is there any way to override this?

Nope, similarly to the previous thread - CameraControls is just an extension of OrbitControls, and similarly it’ll always make sure camera is not turned upside-down.

Ok. Thanks.