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:19

Properties

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

Inherited from

PostBase.onResize

Defined in

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


destroy

destroy(force?): void

Parameters

NameType
force?boolean

Returns

void

Inherited from

PostBase.destroy

Defined in

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