Explorar el Código

TrackballControls: Uncommented change event dispatch.

Mr.doob hace 13 años
padre
commit
1efbf3b89d
Se han modificado 1 ficheros con 1 adiciones y 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 );
 

粤ICP备19079148号