#How can I bake bloom(glow) effect?

5 messages · Page 1 of 1 (latest)

muted marlin
#

Please let me know how to bake bloom(glow) in blender. I tried to bake a bloom(glow) effect on a surface of mesh but failed.

Can anybody help me?
Thank you very much.

golden heath
#

i think after exporting the object from blender into unity, some adjustments with shaders needed. You can find "how to bake light" in documentations tho

untold edge
#

In unity you need to set the emissive property in the material tab to be more than 0.

unborn fox
#

You need to create an emission map for your object.

This is just like a texture map but you paint in only the parts you want to glow white (or colored)

https://www.youtube.com/watch?v=O8-kS4kouug

For this lesson, I will show you how to create an emission map and how to apply them to your models in Blender and Unity. An emission map is used to make parts of your model glow or give off light. In Unity, if you bake your static objects with emission materials it will cast light onto other static objects around it. You can also apply a bloom ...

▶ Play video
muted marlin
#

Thank you all. I'm gonna try!!