提交 a26a27a7 编写于 作者: A ADRG1T 提交者: GitHub

Update TrackballControls.js

上级 e439160f
......@@ -469,6 +469,8 @@ THREE.TrackballControls = function ( object, domElement ) {
function mousewheel( event ) {
if ( _this.enabled === false ) return;
if ( _this.noZoom === true ) return;
event.preventDefault();
event.stopPropagation();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册