I have a THREE.js scene that I will be adding various meshes to that is rendered using an orthographic camera, like so:
I want to be able to find the width and height of the area that the object appears within on screen so I can draw an element in the DOM on top of the scene, like this:
Is this possible?
Many thanks!