#Bloom missing in PostProcessing example
1 messages · Page 1 of 1 (latest)
Thanks for reaching out @slim rune
Please describe the issue that you're seeing. Please be as detailed as possible e.g. is this issue happening in Unity or Blender, which Needle Engine version are you using, do you see any errors in the Editor or Browser console, etc.
Useful Links
- Needle Engine Samples - Find examples that you can download or try out in the browser for many common usecases
- Needle Engine Documentation
Did you know 💡
We now also have a forum with AI support: Join now with your discord account.
Ask the AI 🧠
Just request help from our friendly Needle Assistant here by clicking the button below!
The bloom effect is part of the postprocessing volume in the sample. Make sure you are on urp for the sample to work. Bloom itself is supported tho
Ah i see. I opened it up in URP and all of the options opened up includin Bloom on the Volume/PP object.
Am i able to do selective bloom? on a specific object?
In the Docs it says it has to be with a volume object
Even though im sure it wont be very performant
Bloom you mean?
Selective bloom
Selective Bloom can be enabled by setting Bloom.useSelectiveBloom = true in global scope in code or the property selectiveBloom of a specific bloom component. Note that if you change it after the effect has been created it needs to be recreated
Do i need to import the EffectComposer into the global scoped file?
I dont completly understand how to import Bloom
A mini example would be super helpful