Skip to main content

WebGL API

NovoRender.TemporalAntialiasingParams

Temporal antialiasing post effect.

Remarks

This post effect is intended to be applied over several frames of an unchanging view, i.e. when the camera stops moving and the scene is fully resolved. After a few dozen frames, edges will appear smoother. To save energy, you probably only want to run this effect for a second or two, whenever your image is smooth enough.

Properties​

kind​

• Readonly kind: "taa"

Post effect kind/discriminator.


radius​

• Optional Readonly radius: number

Sampling radius in # pixels.


reset​

• Optional Readonly reset: boolean

Flag to reset accumulation of images, e.g. after the view changed.