Skip to content

Commit

Permalink
feat: fxaa was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed May 26, 2023
1 parent 046fb7f commit 9092e5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/effects/FXAA.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { FXAAEffect } from 'postprocessing'
import { wrapEffect } from '../util'

export const FXAA = wrapEffect(FXAAEffect)
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export * from './effects/SelectiveBloom'
export * from './effects/Sepia'
export * from './effects/SSAO'
export * from './effects/SMAA'
export * from './effects/FXAA'
export * from './effects/Texture'
export * from './effects/ToneMapping'
export * from './effects/Vignette'
Expand Down

0 comments on commit 9092e5c

Please sign in to comment.