Page 1 of 1

Displacement question

Posted: Thu Jun 20, 2013 11:04 pm
by Asmithey
Hi all,

I have a multi-layered material with several masks to separate the layers. I want displacement to affect one of the material layers and not the rest of the material layers. But when I apply displacement to on of the material layers, it seems to apply a global displacement.

Any ideas how to make this work?

Thanks,

Aaron

Re: Displacement question

Posted: Fri Jun 21, 2013 4:02 am
by Mihai
You'll have to put middle grey (assuming you're using an Offset of 0.5) in the displacement map itself in the areas you want to seem unaffected, because displacement affects the entire object, it subdivides the entire geometry, independent of layer masks. This is also why you can only have one active displacement component per material.

Re: Displacement question

Posted: Fri Jun 21, 2013 6:33 am
by Asmithey
Thanks for the reply.