SSS shader and bumpMap

Hi! I use sss shader in my project, but how i can use bumpMap with this?

Also i would like to set environment map, is it possible?

TranslucentShader is a custom shader and not derived from one of the build-in materials. Hence, it does not provide all material parameters like bump and environment maps. So if you need these features, you have to enhance the respective shader source code:

1 Like

Oh, ok :frowning: .Thank you @Mugen87