I\'m trying to use threeJS to control a camera in my scene. I currently have the camera set up to orbit in a circle around my object using the left and right keys on my keyboard
From r69 you can now use camera.zoom:
camera.zoom = zoomFactor; camera.updateProjectionMatrix();