Skip to content
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

feat: color average #166

Merged
merged 5 commits into from
Jan 12, 2025
Merged

Conversation

damienmontastier
Copy link
Collaborator

ColorAverageEffect

This component introduces the ColorAverageEffect, which provides an abstraction for applying a color-averaging effect to the entire scene. The <ColorAveragePmndrs> is specifically designed to create a smoothing visual effect by averaging colors, resulting in a more uniform appearance.

  • Simple to integrate — just include it in your <EffectComposerPmndrs> pipeline.
  • Offers customization for blending options, and opacity.
  • Useful for creating subtle smoothing or atmospheric effects in a scene.

For more details, see Color Average Effect on pmndrs.


Local Playground — pnpm run playground

Local Documentation — pnpm run docs:dev

src/core/pmndrs/ColorAveragePmndrs.vue Outdated Show resolved Hide resolved
src/core/pmndrs/ColorAveragePmndrs.vue Outdated Show resolved Hide resolved
src/core/pmndrs/ColorAveragePmndrs.vue Outdated Show resolved Hide resolved
@Tinoooo Tinoooo changed the title feat: add color average feat: color average Jan 12, 2025
@Tinoooo Tinoooo merged commit 03f4986 into Tresjs:main Jan 12, 2025
1 check passed
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