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

GPU picking #6991

Closed
wants to merge 22 commits into from
Closed

Commits on Jan 15, 2023

  1. Picking proof of concept

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    57c63da View commit details
    Browse the repository at this point in the history
  2. Doc fixes, bevy_utils path fix

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    03116f7 View commit details
    Browse the repository at this point in the history
  3. README.md example add

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    43ffbde View commit details
    Browse the repository at this point in the history
  4. Show picking works on animated fox

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a77bf07 View commit details
    Browse the repository at this point in the history
  5. Clippy

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    cb94583 View commit details
    Browse the repository at this point in the history
  6. Support no_renderer

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    95c8e97 View commit details
    Browse the repository at this point in the history
  7. Get rid of events. Let users query for entities, depth directly. WIP.

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3a1d1c8 View commit details
    Browse the repository at this point in the history
  8. Core3d now works without picking

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    894604b View commit details
    Browse the repository at this point in the history
  9. Fix picking example

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    e9dfa73 View commit details
    Browse the repository at this point in the history
  10. Sprite, UI works without picking

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ceb540c View commit details
    Browse the repository at this point in the history
  11. Break UI

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9cd7fd6 View commit details
    Browse the repository at this point in the history
  12. WIP: xmas stuff

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9cec97b View commit details
    Browse the repository at this point in the history
  13. Experiment: Sprites, transparency

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    cecbd66 View commit details
    Browse the repository at this point in the history
  14. Use rgba16float everywhere

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    79c1720 View commit details
    Browse the repository at this point in the history
  15. Fix alpha blending issue

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3012f25 View commit details
    Browse the repository at this point in the history
  16. Make picking example use mouse pos. Pro: Deselect when hovering backg…

    …round. Pro: Picking not only on mouse movement
    
    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ecef003 View commit details
    Browse the repository at this point in the history
  17. Split screen foxes work

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9ee9598 View commit details
    Browse the repository at this point in the history
  18. Some cleanup. Allow entity index == 0.

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    8523509 View commit details
    Browse the repository at this point in the history
  19. Checkpoint- better sprite batch method

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    bcc454a View commit details
    Browse the repository at this point in the history
  20. UiBatch + Cleanups

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    fd8a709 View commit details
    Browse the repository at this point in the history
  21. Picking support to alpha mask, transparency 3d

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f4c6397 View commit details
    Browse the repository at this point in the history
  22. Cleanups.

    Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
    torsteingrindvik committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    9e3c212 View commit details
    Browse the repository at this point in the history