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

WIP - dither transparency with TAA #6159

Merged
merged 2 commits into from
Mar 14, 2024
Merged

WIP - dither transparency with TAA #6159

merged 2 commits into from
Mar 14, 2024

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Mar 14, 2024

  • dither transparency example updated to allow optional TAA
  • fixes to make sure the same dither pattern / jitter offsets are used by a prepass as well as the main forward pass

This allows blue noise transparency to be nicely resolved by TAA, even though only for static camera. Dynamic camera would need some further improvements to TAA to avoid the artefacts.

Dither blue noise transparency without TAA
Screenshot 2024-03-14 at 12 27 05

and with TAA
Screenshot 2024-03-14 at 12 27 16

@mvaligursky mvaligursky merged commit a35e74c into main Mar 14, 2024
7 checks passed
@mvaligursky mvaligursky deleted the mv-dither-taa branch March 14, 2024 13:11
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.

2 participants