-
Notifications
You must be signed in to change notification settings - Fork 71
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
add zoom for orthographic camera #1
Comments
This seems like a limitation of ThreeJS' OrbitControls? This module is mainly meant to mirror the ThreeJS examples. So the best course of action is to submit a PR to ThreeJS repo fixing the bug, and then let me know here and I'll bring in the new code. |
Sadly this is not at the top of our agenda (although definitely nice to have 😃). We'll see if we have time to add this and make the pull request. |
Did this ever go anywhere? |
I don't quite recall the issues, but actually there is code related to zooming with an OrthographicCamera |
Thank you! |
Works great so far. Only I'm missing proper support for cameras other than PerspectiveCamera.
E.g. zoom does not work with an OthographicCamera.
The text was updated successfully, but these errors were encountered: