Is it possible to have both a normal and tangent map in the hair shader

I am attempting to create a fairly realistic hair shader for a dog with very short fur (a greyhound). Is it at all possible to have a normal map and a tangent map plugged into the new Unreal hair shader? So that I may have both muscle and definition (Normal Map) and anisotropic highlight direction (tangent map) working in the shader. Any help would be most awesome!

(Poor English)
Try to bake a normal into ao or just treat your base as a diffuse.

And I think that if you just take NormalMap and Corss with [1,0,0](Assuming your hair texture is aligned along V direction, Or you just make it a parameter),Then drag the wire into Tangent and Tangent Output, with a value of scatter being about 0.08(Or parameter), you may get a better material.

This is the material with no hair shader but a normal map

112764-qq图片20161028022307.jpg

And the picture below shows when you get no scatter input

112765-qq图片20161028022311.jpg

Finally if you set the scatter to 0.08

112766-qq图片20161028022255.jpg

1 Like