whether or not to focus when the mouse is over the domElement
Optional
maxthe maximal height of the instance camera
Optional
minthe minimal height of the instance camera
if > 0, pressing the arrow keys will move the camera
Optional
panoramaalternative way to specify the max vertical angle when using a panorama. You can specify the panorama width/height ratio and the verticalFOV will be computed automatically
define the max visible vertical angle of the scene in degrees
if true, the controls will not self listen to mouse/key events. You'll have to manually forward the events to the appropriate functions: onMouseDown, onMouseMove, onMouseUp, onKeyUp, onKeyDown and onMouseWheel.