Skip to content

Class: FXAAPost

FXAA(fast approximate antialiasing) A deformation anti-aliasing method that pays more attention to performance. It only needs one pass to get the result. FXAA focuses on fast visual anti-aliasing effect, rather than pursuing perfect real anti-aliasing effect.

Hierarchy

  • PostBase

    FXAAPost

Constructors

Properties

Methods

Constructors

constructor

new FXAAPost(): FXAAPost

Returns

FXAAPost

Overrides

PostBase.constructor

Defined in

src/gfx/renderJob/post/FXAAPost.ts:22

Properties

postQuad

postQuad: ViewQuad

Defined in

src/gfx/renderJob/post/FXAAPost.ts:19


renderTexture

renderTexture: RenderTexture

Defined in

src/gfx/renderJob/post/FXAAPost.ts:21


enable

enable: boolean = true

Inherited from

PostBase.enable

Defined in

src/gfx/renderJob/post/PostBase.ts:20


postRenderer

postRenderer: PostRenderer

Inherited from

PostBase.postRenderer

Defined in

src/gfx/renderJob/post/PostBase.ts:21

Methods

onResize

onResize(): void

Returns

void

Overrides

PostBase.onResize

Defined in

src/gfx/renderJob/post/FXAAPost.ts:33


destroy

destroy(force?): void

Parameters

NameType
force?boolean

Returns

void

Inherited from

PostBase.destroy

Defined in

src/gfx/renderJob/post/PostBase.ts:87