Skip to content

TAAUNode: Adding new node for TAA with Upsampling.#33368

Merged
Mugen87 merged 14 commits intomrdoob:devfrom
Mugen87:dev6
Apr 11, 2026
Merged

TAAUNode: Adding new node for TAA with Upsampling.#33368
Mugen87 merged 14 commits intomrdoob:devfrom
Mugen87:dev6

Conversation

@Mugen87
Copy link
Copy Markdown
Collaborator

@Mugen87 Mugen87 commented Apr 11, 2026

Fixed #33359.

Description

The PR adds a basic temporal upscaler for WebGPURenderer's post processing system. It's essentially a TAA but combined with upscaling. The details of the implementation were discussed in #33359.

The change also adds a RCAS based SharpenNode that can be optionally executed after TAAUNode (or any TAA) to slightly increase the sharpness of the final image.

Also important to note that this change was a collaborative work of me and @shotamatsuda. The TAAU would not be possible in this state without his valuable input.

@Mugen87 Mugen87 added this to the r184 milestone Apr 11, 2026
@Mugen87 Mugen87 merged commit 893add1 into mrdoob:dev Apr 11, 2026
9 checks passed
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.

TAAUNode: Adding new node for Temporal Anti-Aliasing with Upsampling.

1 participant