you can use LinearInterpolate in material. Using it with 0 will show 1st texture, 1 - 2nd.
Few Lerps with few alpha parameters allows you to interpolate between them.
Or you can use simple Add node.
you can use LinearInterpolate in material. Using it with 0 will show 1st texture, 1 - 2nd.
Few Lerps with few alpha parameters allows you to interpolate between them.
Or you can use simple Add node.