How to implement heatmap?

Hi!
This is the solution from the twilight zone of my mind, made it from the scratch :slight_smile:

You can use your own heatmap (not like I did it in shaders with heatmapGradient), based on texture, like in this example:
https://threejs.org/examples/webgl_geometry_colors_lookuptable

6 Likes