Skip to content

Fixing picking behaviour for multiple cameras #108

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

schecko
Copy link

@schecko schecko commented Apr 8, 2025

Before this change, the picking system would pick the first camera in the query (Entity, &Camera, &GlobalTransform, &OrthographicProjection). This means there isn't any way to match the picking camera chosen with the camera used in viewport calculations. This matters for projects that use multiple Orthographic cameras, particularly with different transformations. An example use case is a game that might used a fixed camera for the UI(lunex) and a dynamic camera for gameplay. Changing the gameplay camera transform will invalidate the picking raycasts, causing the UI to render correctly but not be interactive or have incorrect hit boxes.

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.

1 participant