Skip to content

feat: FXAA #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 30, 2025
Merged

feat: FXAA #197

merged 3 commits into from
Mar 30, 2025

Conversation

damienmontastier
Copy link
Member

@damienmontastier damienmontastier commented Mar 29, 2025

FXAA

This component introduces a custom FXAAEffect using the postprocessing library to apply screen-space anti-aliasing across your scene.

  • Seamless integration into your pipeline (e.g., EffectComposer).
  • Fine-tuned edge smoothing with minimal performance impact.
  • Enhanced rendering by reducing jagged edges and visual noise.

Additionally, the <FXAAPmndrs> effect provides a flexible and intuitive way to improve the visual clarity of your scene without requiring heavy multisample anti-aliasing setups.


Local Playground — pnpm run playground
Local Documentation — pnpm run docs:dev

@damienmontastier damienmontastier requested review from Tinoooo and removed request for alvarosabu March 29, 2025 18:32
Copy link

pkg-pr-new bot commented Mar 29, 2025

Open in Stackblitz

npm i https://pkg.pr.new/@tresjs/post-processing@197

commit: ba3f53e

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: Very cool demo!

@Tinoooo Tinoooo merged commit fba8b58 into main Mar 30, 2025
6 checks passed
@Tinoooo Tinoooo deleted the feat/fxaa branch March 30, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants