How to use emissive texture in Node material

I would be grateful for some examples.
Currently we use Node material as in PG - https://playground.babylonjs.com/#8S19ZC#29
It works fine regarding texture placement.
But the images are more pale than the same images with emissive textures.


Is there any way to make colors more vivid?

Hello! I think you have to convert it to linear space to match :thinking: :

2 Likes

Thanks a lot!
Here is the corrected Node Material - https://nme.babylonjs.com/#73IWAR#13

1 Like