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

Per-Object Motion Blur #9924

Merged
merged 46 commits into from
Apr 25, 2024
Merged

Per-Object Motion Blur #9924

merged 46 commits into from
Apr 25, 2024

Commits on Sep 25, 2023

  1. Motion blur implementation

    aevyrie committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f06f766 View commit details
    Browse the repository at this point in the history
  2. Updated example readme

    aevyrie committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7a4a86a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94425b6 View commit details
    Browse the repository at this point in the history
  4. CI nit

    aevyrie committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d44d366 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. fix for web and improve noise

    aevyrie committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    82aed62 View commit details
    Browse the repository at this point in the history
  2. improve example

    aevyrie committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0b04699 View commit details
    Browse the repository at this point in the history
  3. fix system ordering ambiguity

    aevyrie committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    81d5e32 View commit details
    Browse the repository at this point in the history
  4. More example improvements

    aevyrie committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6e42f15 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. motion based sample filtering

    aevyrie committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2a4f346 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Improve naming

    aevyrie committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1efce9d View commit details
    Browse the repository at this point in the history
  2. Tweak example and defaults

    aevyrie committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f20bccf View commit details
    Browse the repository at this point in the history
  3. fix offset error

    aevyrie committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e318c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd59ff5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. add depth and vel checks

    aevyrie committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7e484ce View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    c1de46b View commit details
    Browse the repository at this point in the history
  2. Fix merge errors

    aevyrie committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    fe2b514 View commit details
    Browse the repository at this point in the history
  3. reduce artifacts

    aevyrie committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    6b221b6 View commit details
    Browse the repository at this point in the history
  4. allow single sample setting

    aevyrie committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    6f342c0 View commit details
    Browse the repository at this point in the history
  5. shader docs

    aevyrie committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    e8d79b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    5b6c845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49f71d View commit details
    Browse the repository at this point in the history
  3. Fix warning in release builds

    aevyrie committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7540805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4268f88 View commit details
    Browse the repository at this point in the history
  5. improve docs and defaults

    aevyrie committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f27d0be View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    23e4f9e View commit details
    Browse the repository at this point in the history
  2. review feedback

    Co-authored-by: Torstein Grindvik <52322338+torsteingrindvik@users.noreply.github.com>
    aevyrie and torsteingrindvik authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    783f368 View commit details
    Browse the repository at this point in the history
  3. Remove use of bevy_internal

    aevyrie committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1e0fdc4 View commit details
    Browse the repository at this point in the history
  4. Improve demo appearance

    aevyrie committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    975ca29 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Feb 3, 2024

  1. Cleanup

    aevyrie committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    51fb2d3 View commit details
    Browse the repository at this point in the history
  2. Review feedback

    aevyrie committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    65586be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed2c1c7 View commit details
    Browse the repository at this point in the history
  4. review feedback

    aevyrie committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9d5aa8b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    8be1d96 View commit details
    Browse the repository at this point in the history
  2. improve example

    aevyrie committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    3067923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79ec4c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    5c117ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e917032 View commit details
    Browse the repository at this point in the history
  3. Shorten example descriptions

    aevyrie committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    cb7c5ca View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    46a2b55 View commit details
    Browse the repository at this point in the history
  2. update example

    aevyrie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3aa4799 View commit details
    Browse the repository at this point in the history
  3. Use generated example readme

    aevyrie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8a642ad View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Review feedback

    aevyrie committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d335565 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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