org.rajawali3d.postprocessing.passes / FXAAPass

FXAAPass

open class FXAAPass : EffectPass
open class FXAAPass : EffectPass

Adds a Fast Approximate Antialiasing (FXAA) post processing pass to the scene. The implementation is taken from Geeks 3D. Use of this effect requires GL ES 3.0 or better.. Use of this effect requires the following extension GL_EXT_gpu_shader4 A quick synopsis from the above reference follows:

Pros & Cons:

Author
Jared Woolston (jwoolston@tenkiv.com)