Is it possible to use the shader graph to create a shader that emits light?
I do not mean make the shader glow with HDRP + Bloom, I mean literally emit light similar to a Point Light.
Thanks!
Is it possible to use the shader graph to create a shader that emits light?
I do not mean make the shader glow with HDRP + Bloom, I mean literally emit light similar to a Point Light.
Thanks!
Yes, but also no.
Any material with an emission output can emit light. But only if:
Dynamic objects cannot emit light onto other meshes via their material alone.
Thank you for the response, that’s too bad. I will use just use an actual point light then.
There is one other option with the HDRP. There’s screen space global illumination. I’ve not tried HDRP’s implementation, but usually that will cause emissive materials to emit light even from dynamic objects. However it does need to be visible on screen.