Currently, I have a 3D map loaded with three.js that includes mouse interaction. I've managed to place an image on the map using absolute positioning, but unfortunately, as I move the map around, the image stays stationary. Does anyone know how I can attach the image to the map so it moves in sync with the camera's movements?
I've attempted to explore solutions involving AngularJS and CSS3Drendere, without success so far. Any guidance would be greatly appreciated!
If you have any advice or suggestions, please reach out. Thank you!