Explorar o código

TrackballControls: Uncommented change event dispatch.

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
1efbf3b89d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/controls/TrackballControls.js

+ 1 - 1
examples/js/controls/TrackballControls.js

@@ -296,7 +296,7 @@ THREE.TrackballControls = function ( object, domElement ) {
 
 		_this.object.lookAt( _this.target );
 
-		//_this.dispatchEvent( changeEvent ); // not sure what this is for
+		_this.dispatchEvent( changeEvent );
 
 		lastPosition.copy( _this.object.position );