So I hit the end of 3d motive's tiling texture tutorial, only to discover that they didnt cover making the material in UDK. I copied some of what they did in the tutorial files, but I don't know what some of the stuff is actually doing. I don't really understand what the vertext blend mask is actually doing (wtf is a…
It does not matter what channel you use you can use the alpha channel, what it need is a black and white image which all channels are. (It "want" a heightmap so the color channels of a texture may not always work in the best way)
Im not good at udk materials but the vertex mask seems to make a mask out of the red channel with what i think is math nodes like divide and such to make a mask for the black to overlay over the specular. And bump offset is using the red channel of the diffuse as a heightmap i think. Someone can probably tell you for sure…
the bump offset node can only intake the value from one channel. The Bump offset itself is using a heightmap from the red channel and being used to offset all the maps applied to the shader(to unify the effect). You can increase the depth of the parallax effect if you click on the bump offset node and change the height…
Ok I kinda get the bump offset a little better now. Does it make a difference which texture channel it uses? or is it good practice to use the red vs the blue or green? And basically I don't need the Vertex Blend Mask since I'm not doing any vertex painting for this particular material right?