Cheapest way to add material tint variation?

You should multiply the base color, and lerp it with the original one, using the vertex color as the alpha. Then you paint the vertex on the mesh.

1 Like