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

Rotated orthographic projections are not supported #24

Open
johanhelsing opened this issue Oct 22, 2022 · 0 comments
Open

Rotated orthographic projections are not supported #24

johanhelsing opened this issue Oct 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@johanhelsing
Copy link
Owner

The current code assumes the camera is axis aligned with y up and x to the right.

We could perhaps try to support modes where the camera has been rotated around the z axis.

This would probably make the limits API (max_x etc.) a bit awkward to use (what does it even mean if the camera is rotated 45 degrees?)

So if we implement this, it's probably best to just turn off panning limits.

Maybe it's better to just define it as out of scope. It really boils down to how much it would complicate the code and API usage

@johanhelsing johanhelsing added the enhancement New feature or request label Oct 22, 2022
@Vrixyz Vrixyz mentioned this issue Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant