@@ -207,7 +207,7 @@ class TransformControls extends Object3D {
if ( this.camera.isOrthographicCamera ) {
- this.camera.getWorldDirection( this.eye );
+ this.camera.getWorldDirection( this.eye ).negate();
} else {