Is it possible to use some big texture to "cover" some surface mesh to achieve an effect with THREEJS like this:
, without manual UV mapping? (I have TIN and point cloud as "surface source")
I need it for interactive 3D heatmap which should operate huge InSAR pointcloud dataset (I use points buffer geometry with custom displacement attribute and LUT now).