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

Add mesh picking backend and MeshRayCast system parameter #15800

Merged
merged 33 commits into from
Oct 13, 2024

Commits on Oct 1, 2024

  1. Initial port

    Jondolf committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    281638e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9b73b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85360b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    6ccc539 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    74cda85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171f032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efe26d9 View commit details
    Browse the repository at this point in the history
  4. Move to bevy_picking crate

    Jondolf committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4b728dc View commit details
    Browse the repository at this point in the history
  5. Fix doc things and name

    Jondolf committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7b4a2e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Clean up and improve docs

    Jondolf committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3526cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af0565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ce79a5 View commit details
    Browse the repository at this point in the history
  4. Add benchmark

    Jondolf committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3d544c6 View commit details
    Browse the repository at this point in the history
  5. Improve example

    Jondolf committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    673d75f View commit details
    Browse the repository at this point in the history
  6. Make Aevyrie a co-author :)

    Co-authored-by: Aevyrie <[email protected]>
    Jondolf and aevyrie committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4495be8 View commit details
    Browse the repository at this point in the history
  7. Fix missing examples in docs

    Jondolf committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    96b3a5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ded91a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c0b4c6 View commit details
    Browse the repository at this point in the history
  10. Fix example

    Jondolf committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    eb744fb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    e7fca35 View commit details
    Browse the repository at this point in the history
  2. Fix imports in doc examples

    Jondolf committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7ae5c7b View commit details
    Browse the repository at this point in the history
  3. Fix bench

    Jondolf committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a9f4b79 View commit details
    Browse the repository at this point in the history
  4. I keep forgetting this :/

    Jondolf committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0c865f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdb3520 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcfdd01 View commit details
    Browse the repository at this point in the history
  7. Fix bench for real for real

    Jondolf committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    402d3c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    0909366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c51e67 View commit details
    Browse the repository at this point in the history
  3. Improve docs

    Jondolf committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    390465f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86a2ea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e504b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aaa6f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    379b710 View commit details
    Browse the repository at this point in the history