Say I have a big cube with some objects on each of the faces (a bit like the google maps cube http://www.playmapscube.com/). I would like to be able to use the arrow keys to rotate the camera around the cube, instead of rotating all the objects individually.
So the left arrow will move the camera to the left, thus the cube would be turning right, and so on.
I've looked all over and didn't find anything about doing it with the keyboard.
camera.lookAt(scene.position)but that increased the distance of the camera away from the center of the scene... Is there a special method that I should be useing? - fncombo