I’m trying to generate a heightmap from an html canvas. I haven’t been able to get the heightmap working yet
I saw that there was another similar topic using URL.createObjectURL which doesn’t seem to be working for me (comment line 48 and uncomment lines 51-52 to try it).
Is it possible to use a data stream instead of an url to create a heightmap?