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

bugfix: IllegalArgumentException in Camera.setFov() (issue #2078) #2079

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

stephengold
Copy link
Member

A proposed fix for issue #2078.
This solution enables FlyByCamera to zoom even when the camera is in orthographic mode.
Not exactly how it worked in JME v3.3.2, but similar.

@stephengold
Copy link
Member Author

Unless there's substantial discussion, I plan to integrate this pull request in about 72 hours.

@stephengold stephengold added this to the Future Release milestone Oct 6, 2023
@stephengold stephengold added the bug Something that is supposed to work, but doesn't. More severe than a "defect". label Oct 6, 2023
@stephengold stephengold linked an issue Oct 6, 2023 that may be closed by this pull request
@stephengold stephengold merged commit a94c37a into master Oct 9, 2023
15 checks passed
@stephengold stephengold deleted the sgold/pr/issue2078 branch October 9, 2023 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to work, but doesn't. More severe than a "defect".
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalArgumentException in Camera.setFov()
1 participant