Class TemporalAntialiasing
This class holds settings for the Temporal Anti-aliasing (TAA) effect.
Inherited Members
Namespace: UnityEngine .Rendering.PostProcessing
Assembly: solution.dll
Syntax
[Preserve]
[Serializable]
public sealed class TemporalAntialiasing
Fields
Name | Description |
---|---|
jitter |
The diameter (in texels) inside which jitter samples are spread. Smaller values result in crisper but more aliased output, while larger values result in more stable but blurrier output. |
jittered |
Sets a custom function that will be called to generate the jittered projection matrice. |
motion |
The blend coefficient for a fragment with significant motion. Controls the percentage of history sample blended into the final color. |
sharpness | Controls the amount of sharpening applied to the color buffer. High values may introduce dark-border artifacts. |
stationary |
The blend coefficient for a stationary fragment. Controls the percentage of history sample blended into the final color. |
Properties
Name | Description |
---|---|
jitter | The current jitter amount |
sample |
The current sample index. |
Methods
Name | Description |
---|---|
Configure |
Prepares the jittered and non jittered projection matrices. |
Configure |
Prepares the jittered and non jittered projection matrices for stereo rendering. |
Get |
Generates a jittered projection matrix for a given camera. |
Is |
Returns |