Hi folks,
I have a mesh and my aim is to color it according a temperature/heat map. Specifically, I have a color value per each centroid of the different triangles in the mesh (the centroid of a triangle is its mean point). Therefore, I’d like to know how to properly color the entire mesh according these values, of course, interpolating between the different color values. Something similar to this effect:
[34065-$ramp.png|34065]
Should I use any particular shader to represent this temperature map?
Thank you very much for your help