Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class TAAEffectConfiguration implements PrePassEffectConfiguration {
/**
* Simple implementation of Temporal Anti-Aliasing (TAA).
* This can be used to improve image quality for still pictures (screenshots for e.g.).
* Note that TAA post-process must be the first in the camera, so TAARenderingPipeline must be created before any other pipeline/post-processing.
*/
export class TAARenderingPipeline extends PostProcessRenderPipeline {
/**
Expand Down
Loading