ScalarOp Description Name enum Tinman.Heightmap.ScalarOp Used by Heightmap.Combine.scalarOp Enumeration of operators when combining scalar heightmap values. Items # Name Tag 0 Add - Adds the first and second scalar values: result = first + second 1 Sub - Subtracts the second scalar value from the first one: result = first - second Sample Scale