I have been making this app, if you click the top left tab it will show the assistant cube and then click and drag your mouse around the screen to move the camera with the trackBallControls. If you rotate the camera off to one side and then click the top left tab again to hide the assistant cube it should go back to focusing on the board, which it does but it is rotated at an odd angle.
Is there any part of the trackBallControls api that allows for the rotating of the camera? Currently I animate the camera back to centre and zero rotation but after the rotation animation has finished the trackBallControls takes over again and snaps it out of alignment, which is unwanted and I can't see any obvious way of controlling rotation from the control api.