0
Виконано

Being able to use a metalness texture in the metalness input of the shader

Ibai Ramirez 8 років тому оновлений 8 років тому 2

Hi,


Unity standar shader allows to set a metalness texture so the same material can have metallic areas and non metallic ones.


I would love to be able to do it with shader forge, right now I can only use a float value for all the material


Thanks


Ibai

Відповідь

Відповідь
Виконано

You can already do this, just make a Texture node and plug in one of its channels into the metalness slot

Відповідь
Виконано

You can already do this, just make a Texture node and plug in one of its channels into the metalness slot

Hi, thank you so much I just discovered it, actually I can use the other two channels to do more stuff :)


Cheers!!!