-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Explain Camera2dBundle.projection needs to be set carefully #11115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if we add this comment to OrthographicProjection
? I would likely look there if I encountered any issue with this.
@matiqo15 I added comment in |
Makes sense, but I still think we should at least mention it in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any chance we could instead change the culling behavior to cull stuff strictly behind the near plane and not also things on the near plane?
@rodolphito I suspect that might be
But I don't really know. |
I believe this needs to have main merged in; it's try to run CI checks that aren't available it seems. |
Encountered it while implementing #11109.