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

TrackballControls: Add minZoom/maxZoom properties. #25597

Merged
merged 6 commits into from
Mar 3, 2023
Merged

TrackballControls: Add minZoom/maxZoom properties. #25597

merged 6 commits into from
Mar 3, 2023

Conversation

agargaro
Copy link
Sponsor Contributor

@agargaro agargaro commented Mar 2, 2023

Fixed #25596.

The minDistance and maxDistance work only for PerspectiveCamera and not for OrthographicCamera.

@Mugen87 Mugen87 changed the title TrackballControls: fix minDistance and maxDistance with OrthographicCamera TrackballControls: Add minZoom/maxZoom properties. Mar 3, 2023
@Mugen87 Mugen87 added this to the r151 milestone Mar 3, 2023
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.

TrackballControls: minDistance and maxDistance don't work with OrthographicCamera
2 participants