My knowledge of JS is still relatively new, so I might be missing something obvious... However, in a previous project, my sprites would hover above the map/terrain.
It's been a while since I worked with JavaScript, especially three.js... and now I can't figure out why the sprites have suddenly disappeared. At first, I thought it was an issue with my textures, but the terrain and skybox textures seem to be fine.
I even attempted to troubleshoot by replacing cube.add(sprite);
with scene.add(sprite);
, but that didn't make any difference.
https://codepen.io/mogiee/pen/eaOvzX
This is what I used to see: