I'm facing a challenge with my threejs project. My goal is to have a 2D image appear on the screen when I press a key. I've done some research but haven't been able to find a solution that works for me. The methods I've tried either don't display the image properly or don't work at all. Sometimes, when I do manage to display the image, it appears behind my 3D environment container in the HTML, or it causes the entire 3D window to disappear even though the image size is not larger than the window. I don't have much experience working with images, so I'm not sure what I'm missing. Just to clarify, I'm not trying to display the image in 3D space, I simply want it to pop up on the screen, kind of like a menu.