Skip to main content
Participant
March 8, 2022
Answered

Opacity and scattering

  • March 8, 2022
  • 1 reply
  • 602 views

Hi, do anyone know if it is possible to use opacity for eyes and Scattering for skin at the same time? These two use totally different shader settings. What is the best way to solve this?

 

This topic has been closed for replies.
Correct answer Cedric Marchessoux

Hi

From now the uber ASM shader does not support opacity. For opacity you need to use another shader 

We should at some time add the opacity to the default ASM shader. Meanwhile either you need to split your mesh in two Texture Sets (for Skin and Eyes) in order to have two different shaders "ASM meta rough" for scattering and "pbr metal rough with alpha bleding" or maybe develop your own custom shader.

1 reply

Cedric Marchessoux
Community Manager
Cedric MarchessouxCommunity ManagerCorrect answer
Community Manager
March 9, 2022

Hi

From now the uber ASM shader does not support opacity. For opacity you need to use another shader 

We should at some time add the opacity to the default ASM shader. Meanwhile either you need to split your mesh in two Texture Sets (for Skin and Eyes) in order to have two different shaders "ASM meta rough" for scattering and "pbr metal rough with alpha bleding" or maybe develop your own custom shader.

Participant
March 9, 2022

Alrighty thank you