Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix middle-click zooming error in refactored OrbitControls #7601

Merged
merged 1 commit into from
Nov 16, 2015
Merged

Fix middle-click zooming error in refactored OrbitControls #7601

merged 1 commit into from
Nov 16, 2015

Conversation

satori99
Copy link
Contributor

This fixes middle-click zooming in the refactored THREE.OrbitControls code #7584.

getZoomScale() was made into an internal function but middle-click zooming still called it via a scope var.

@WestLangley
Copy link
Collaborator

@satori99 Many thanks!

I'd like to blame my lack of a three-button mouse for that one, but I could have noticed it by redefining controls.mouseButtons. : - )

mrdoob added a commit that referenced this pull request Nov 16, 2015
Fix middle-click zooming error in refactored OrbitControls
@mrdoob mrdoob merged commit 28bcdf8 into mrdoob:dev Nov 16, 2015
@mrdoob
Copy link
Owner

mrdoob commented Nov 16, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants