提交 4cd46930 编写于 作者: S Satori

Fix middle-click zooming error

上级 24dcdd45
......@@ -479,11 +479,11 @@ THREE.OrbitControls = function ( object, domElement ) {
if ( dollyDelta.y > 0 ) {
dollyIn( scope.getZoomScale() );
dollyIn( getZoomScale() );
} else if ( dollyDelta.y < 0 ) {
dollyOut( scope.getZoomScale() );
dollyOut( getZoomScale() );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册