HTML element in three.js globe
问题 I have a globe built using three.js Refrene:http://callumprentice.github.io/apps/globe_manipulator/index.html I need to show a HTML div at a specific lattitude/longitude, can you tell me how to position the div at some specific lat/long? What have i tried: I am not even able to proceed with the conversion of lat lon to screen x and y cordinates. My JS code: var camera, scene, renderer, controls, root_object = 0, mesh; var uniform_color = true, uniform_height = true, extrusion_amount = 5.0;