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

Feature: Temporal Resolving #241

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 28, 2022

  1. Clean-up

    0beqz committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    b057534 View commit details
    Browse the repository at this point in the history
  2. Update readme

    0beqz committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    306771b View commit details
    Browse the repository at this point in the history
  3. Rename clampRing to clampRadius

    0beqz committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    2ce7688 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    0beqz authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    77dfe49 View commit details
    Browse the repository at this point in the history
  5. Add TemporalResolve to exports

    0beqz committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    80b5e85 View commit details
    Browse the repository at this point in the history
  6. Revert demos

    0beqz committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3e57f8e View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    0beqz committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    63d58c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Fix formatting in TemporalResolveMaterial

    0beqz committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b375544 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    274e6e4 View commit details
    Browse the repository at this point in the history
  2. Update readme

    0beqz committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    57b6b40 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    4fea685 View commit details
    Browse the repository at this point in the history
  2. Update

    0beqz committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f85758c View commit details
    Browse the repository at this point in the history
  3. Switch back to old blending formula

    0beqz committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f83b49b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. add file extensions

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3006989 View commit details
    Browse the repository at this point in the history
  2. Use MaterialBase

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    273a115 View commit details
    Browse the repository at this point in the history
  3. more clean up

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5bcb882 View commit details
    Browse the repository at this point in the history
  4. some shader style fixups

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    97eadd9 View commit details
    Browse the repository at this point in the history
  5. more shader cleanup

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    379685f View commit details
    Browse the repository at this point in the history
  6. more clean up

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    02753c3 View commit details
    Browse the repository at this point in the history
  7. minor spacing

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    21e659c View commit details
    Browse the repository at this point in the history
  8. shader styles

    gkjohnson committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    88aa135 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Merge pull request #1 from gkjohnson/temporal-resolve-update

    Temporal resolve update
    0beqz authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c5a0d43 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/gkjohnson/three-gpu-pathtracer

     into temporal-resolve
    0beqz committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0abc321 View commit details
    Browse the repository at this point in the history
  3. Fix tiling, improve TR blend formula

    0beqz committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3279fa8 View commit details
    Browse the repository at this point in the history
  4. Formatting

    0beqz committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ee5b621 View commit details
    Browse the repository at this point in the history
  5. Improve TR

    0beqz committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    60f8e55 View commit details
    Browse the repository at this point in the history
  6. Fix resize issue

    0beqz committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e0a9a0a View commit details
    Browse the repository at this point in the history
  7. Fix skinned mesh & velocity pass issue

    0beqz committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    fc044fd View commit details
    Browse the repository at this point in the history