Uses the average value of the materials touching: (a+b)/2
Uses the minimum value of the materials touching: min(a,b)
Uses the product of the values of the materials touching: a*b
Uses the maximum value of materials touching: max(a,b)