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

picking backend #30

Closed
wants to merge 18 commits into from
Closed

picking backend #30

wants to merge 18 commits into from

Conversation

Vrixyz
Copy link
Owner

@Vrixyz Vrixyz commented Nov 27, 2024

  • optional marker consideration
  • feature gated
  • optional check for entity (render) layers
    • further optimizations could check for rapier layers
  • optional inherited visibility check
    • optional check for VisibleInView ; rapier currently does not support it so I'm considering that out of scope
      • we could support it for existing VisibleInView ; but it would be relying on other crates (mesh/sprites aabb ?), so the current "barebone" example couldn't profit from it, and come up as a surprise for users.
  • consider optimisations with PickingBehaviour

src/plugin/mod.rs Outdated Show resolved Hide resolved
@Vrixyz Vrixyz changed the title wip picking backend picking backend Nov 29, 2024
@Vrixyz Vrixyz force-pushed the master-bevy_0.15 branch 3 times, most recently from fd85257 to ab4fc3c Compare December 6, 2024 08:12
@Vrixyz
Copy link
Owner Author

Vrixyz commented Dec 9, 2024

now dimforge#613

@Vrixyz Vrixyz closed this Dec 9, 2024
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