1

I am trying to create a model of the alphabet 'A'. is there a way to make only the blue color glow? leaving the pink as it is. I tried using 2 different shaders, principled bsdf and emission shader and then joining both with a mix shader but the result was awful.enter image description here

Martin Otinga
  • 349
  • 1
  • 11

1 Answers1

2

you could use this material setup:

enter image description here

compositor nodes:

enter image description here

to get this:

enter image description here

Of course you can change the "greater than" threshold and the "multiply" value to tweak your result, as well as changing values in the glare node.

Chris
  • 59,454
  • 6
  • 30
  • 84