I have a problem creating a 2d gui on the renderer. The 2d gui has to be positioned dynamically according an elements width, which is drawn in threejs (element has width X using threejs units, menu has to be positioned 50px to the right most side of it etc).
Is there a way to achieve it? Drawing directly on the renderer using sprites or using DOM elements?