You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, I think there is a logical error in the current code. event.button, being MOUSE.LEFT/MIDDLE/RIGHT is compared to scope.mouseButtons.LEFT/MIDDLE/RIGHT, which is MOUSE.ROTATE/DOLLY/PAN. This works only because they are equal.
I will file a PR with my solution.
Description
The default is:
But if we change the buttons function like this will get a strange result which is not we expect:
Then in the code we can find in line 537, when user mouse click down:
We can not just change the mouseButtons to change the controls behaviors.
Solution
Because the value of the MOUSE and controls STATE are similar:
So what we can do is:
Alternatives
no, haven't considered others.
Additional context
No response
The text was updated successfully, but these errors were encountered: