提交 28349538 编写于 作者: D Daniel Taub

style guide-based changes

上级 5e6f7287
......@@ -822,7 +822,7 @@
scope.object.position.copy( oldPosition );
scope.object.position.add( point );
}
}
if ( scope.space == "world" || scope.axis.search("XYZ") != -1 ) {
......@@ -961,7 +961,7 @@
function onPointerUp( event ) {
if (_dragging){
if ( _dragging ) {
clickDoneEvent.mode = _mode;
scope.dispatchEvent( clickDoneEvent )
}
......@@ -989,4 +989,4 @@
THREE.TransformControls.prototype = Object.create( THREE.Object3D.prototype );
}());
}());
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册