# Taa

Interface · category: Other

Source: https://github.com/playcanvas/engine/blob/b5b983982a9860d21e0c1dafb2f85f72e2c01afb/src/extras/render-passes/camera-frame.js#L186

Properties related to temporal anti-aliasing (TAA), which is a technique used to reduce aliasing
in the rendered image by blending multiple frames together over time.

## Properties

### enabled

```ts
enabled: boolean
```

Whether TAA is enabled. Defaults to false.

### jitter

```ts
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.
