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

Don't allow to zoom "through" the image #470

Open
gwhitney opened this issue Oct 23, 2024 · 0 comments
Open

Don't allow to zoom "through" the image #470

gwhitney opened this issue Oct 23, 2024 · 0 comments
Labels
ui Something having to do with the user interface

Comments

@gwhitney
Copy link
Collaborator

In ui2, currently 2-dimensional visualizations using P5GLVisualizer implement zoom just by moving the camera toward the plotting plane (z=0). But at the moment, after a finite number of steps, the camera actually moves beyond that plane, and thereafter nothing is displayed. This should not be allowed. Perhaps zoom should multiply/divide the distance to the plotting plane by something, rather than add/subtract from it.

@gwhitney gwhitney added the ui Something having to do with the user interface label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Something having to do with the user interface
Projects
None yet
Development

No branches or pull requests

1 participant