I’m stuck on one issue with rendering the heatmap at the sphere position. So, what I’m doing is, I’ve some dummy company data with x,y and z positions. And I’m rendering them as sphere points on a plane. Thanks to this playground I got to know how to render a heatmap on a plane.
So, using the simple heat module as used in the above playground I used it in mine too and tried to render the heatmap at all sphere points on the plane. But, that’s not working as I expected.
That’s my Playground link - Heatmap Playground
Instead of rendering on a sphere point, it renders all over the plane like this -
It should be like the below - to show you guys how I want it, I just render that on-scene click
So, for one sphere point, one heat should plot at the sphere location. Can someone help me to understand how can I make it work or what I’m doing wrong here?