Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Implement bevy_xpbd_3d picking backend #306

Merged
merged 4 commits into from
Mar 3, 2024
Merged

Conversation

Affinator
Copy link
Contributor

@Affinator Affinator commented Jan 30, 2024

Hi,
after my PR regarding a raycast with predicate was merged to bevy_xpbd, I think this PR is ready for a review.

Edit: I am currently migrating to bevy 0.13. The code is already working, but clippy will not be happy.

Objective

Implement a bevy_xpbd picking backend as requested in #286

Solution

  • I mainly mirrored the functionality and example of the rapier backend.
  • I therefore implemented a cast_ray_predicate function in bevy_xpbd, which was released with version 0.4 of xpbd.

@aevyrie aevyrie merged commit 81bfad7 into aevyrie:main Mar 3, 2024
8 checks passed
@Affinator Affinator deleted the xpbd branch July 12, 2024 19:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants