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

mipmapBlurPass is not exposed on BloomEffect #639

Closed
hybridherbst opened this issue Jun 14, 2024 · 1 comment
Closed

mipmapBlurPass is not exposed on BloomEffect #639

hybridherbst opened this issue Jun 14, 2024 · 1 comment
Labels
feature request New feature request

Comments

@hybridherbst
Copy link

hybridherbst commented Jun 14, 2024

Description of the bug

To adjust bloom radius dynamically, I think one has to access
bloom.mipmapBlurPass.radius = ...
similar to how it works for luminance,
bloom.luminanceMaterial.smoothing = ...

However, the mipMapBlurPass is not exposed / not in the types at the moment. Is that intentional?

Library versions used

  • Three: [e.g. 0.162]
  • Post Processing: [e.g. 6.35.5]
@vanruesc
Copy link
Member

Hi, thanks for pointing that out.

The mipmapBlurPass property is currently marked as private because it was an experimental feature when it was first added. I'm fine with changing the field to public-readonly. Feel free to send a PR if you'd like. Otherwise, I'll take care of it when I get a chance.

@vanruesc vanruesc added the feature request New feature request label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants