lookAt method
Implementation
FirstPersonControls lookAt (Vector3 v) {
target.setFrom(v);
camera.lookAt( target );
setOrientation( this );
return this;
}
FirstPersonControls lookAt (Vector3 v) {
target.setFrom(v);
camera.lookAt( target );
setOrientation( this );
return this;
}