How to create realistic bloom effect

Hello,

I have a plane geometry, on that I have CSS3DObject… I want to bloom the plane in a way that whatever will be on the plane (i.e CSS3DObject), it will be in the bloom color.

This is exactly what I want to achieve

Kindly help me with this.
Thank you.

You can try using vanruesc/postprocessing BloomPass with relatively low luminanceThreshold, and high luminanceSmoothing and kernel size.

1 Like

Hello,

Thanks for your reply. Is there any codepen or ready to use example?