Class: FXAA

FXAA

FXAA is an Effect added to the Camera that applies "Fast approXimate Anti-Aliasing" on the render.


new FXAA()

Author:
  • derschmale <http://www.derschmale.com>

Extends

Members


entity

The target entity.

Inherited From:

onUpdate

If provided, this method will be called every frame, allowing updating the entity.

Inherited From:

Methods


_swapHDRFrontAndBack()

Child classes need to call this when rendering to and from full-resolution textures. This will effectively swap hdrSource and hdrTarget to allow ping-ponging.

Inherited From:

isSupported()

Returns whether this Effect is supported considering the current capabilities.

Inherited From: