I've been working on this app. By clicking the top left tab, you can view the assistant cube and use trackBallControls to move the camera by dragging your mouse around the screen. However, when toggling between showing and hiding the assistant cube, the camera angle becomes skewed. Is there a feature in the trackBallControls API that allows for camera rotation control? Currently, I animate the camera back to center with zero rotation, but the trackBallControls overrides this alignment, causing unwanted misalignment. Any suggestions on how to manage camera rotation using the control's API would be greatly appreciated.