How to make only certain objects glow

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Amateur.game.dev.

I added a world environment node to my player scene and got it working. But it lights everything up, but I only want it to light up certain objects, like the player/enemies/weapons. Does anyone know how I would implement this into my game?

:bust_in_silhouette: Reply From: exuin

Apply a glow shader to those items only.

i don’t know how to

Amateur.game.dev. | 2021-04-25 19:33

:bust_in_silhouette: Reply From: Aboud

use hdr threshold like in this tutorial