interface Taa {
    enabled: boolean;
    jitter: number;
}

Properties

Properties

enabled: boolean

Whether TAA is enabled. Defaults to false.

jitter: number

The intensity of the camera jitter, 0-1 range. The larger the value, the more jitter is applied to the camera, making the anti-aliasing effect more pronounced. This also makes the image more blurry, and rendering.sharpness parameter can be used to counteract. Defaults to 1.