Is there a way to determine the Z coordinate of a point in three js based on the known X and Y coordinates? I've attempted drawing a line at the X and Y points and finding the intersection with the mesh surface generated from a tiff file. However, I often receive notifications that there is no intersection, and when I do find one, the coordinates are sometimes (0,0,0). How can I reliably obtain the Z coordinate in this scenario? see image here