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

flickering with Bloom mipmapBlue + MeshRefractionMaterial #300

Open
AaronLayton opened this issue Oct 9, 2024 · 0 comments
Open

flickering with Bloom mipmapBlue + MeshRefractionMaterial #300

AaronLayton opened this issue Oct 9, 2024 · 0 comments

Comments

@AaronLayton
Copy link

chrome_Tqc0plzQtX.mp4

I am getting a flickering when trying to use a bloom effect with mipmapBlur. As soon as I turn of the effect nothing flashes anymore.
I have tried varying all the values here but nothing is working. Any ideas?

 <EffectComposer>
        <N8AO aoRadius={0.15} intensity={4} distanceFalloff={2} />
        <Bloom
          luminanceThreshold={10.5}
          intensity={0.85}
          levels={9}
          mipmapBlur
        />
        <ToneMapping />
</EffectComposer>

Code_FcrSVN85qG

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

No branches or pull requests

1 participant