Make 2D picking Z plane configurable#982
Merged
Merged
Conversation
Jondolf
approved these changes
May 14, 2026
Jondolf
left a comment
Member
There was a problem hiding this comment.
Thanks! This seems like a reasonable addition to me. A bit of a shame that the shapes must be at the same z coordinate, but fixing that properly seems a bit tricky 🤔 so this is a fine compromise for now.
I tweaked the docs and migration guide a bit, just to improve clarity and wording at some parts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Solution
PhysicsPickingSettings.picking_2d_in_perspectiveexample with controls for moving the physics picking Z plane, rotating the camera, and switching projection type, demonstrating this new functionality.Testing
picking_2d_in_perspectiveexample seems to work properly.cargo testreturns 4 failures, but I get the same result on the latest commit before my changes.All testing done was on x86_64-unknown-linux-gnu (latest CachyOS Desktop as of writing, using the rust package from the
cachyos-extra-znver4distribution repository).