Similar to what is shown in this video from 2:43 to 3:28, I am trying to figure out how this 2d text overlay pointing to a specific 3D point can be done (+ detection of point facing or not).
Have any of you crossed by chance a close tutorial somewhere out there?
It uses CSS2DRenderer for “rendering” 2D labels. Well, it’s not actually real rendering like in WebGL. CSS2DRenderer just ensures that DOM elements are transformed to their correct (3D) position.