Keep BIM empty wheel dolly unlimited
This commit is contained in:
parent
9dc5dd4aa0
commit
e36f08f1df
|
|
@ -1445,7 +1445,8 @@ const guardEmptyWheelNavigation = (event) => {
|
||||||
restorePointerNavigation();
|
restorePointerNavigation();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
control.followPointer = false;
|
control.followPointer = true;
|
||||||
|
control.smartPivot = true;
|
||||||
control.mouseWheelDollyRate = getBaseMouseWheelDollyRate() * getEmptyWheelDollyFactor();
|
control.mouseWheelDollyRate = getBaseMouseWheelDollyRate() * getEmptyWheelDollyFactor();
|
||||||
schedulePointerNavigationRestore();
|
schedulePointerNavigationRestore();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue