@@ -30,7 +30,7 @@ THREE.Camera.prototype.lookAt = function ( vector ) {
} else {
- this.quaternion.setFromRotationMatrix( this.matrix );
+ this.quaternion.copy(this.matrix.decompose()[1]);
}
@@ -120,7 +120,7 @@ THREE.Object3D.prototype = {