I want to show the dimension of my modal using html/css, I already made it with points but which I want is line to connect points. How can I do that?
Thanks
I want to show the dimension of my modal using html/css, I already made it with points but which I want is line to connect points. How can I do that?
Thanks
Thanks for reply, but the thing is I want to draw this with html/css , not in the scene
canvas 2d context
I dont know, but maybe need svg. Or css tag div with rotation…
https://threejs.org/examples/#css3d_molecules
Look at this example
Thank you for the answer I was hoping to find something like that :d
Yes, it’s pretty intensive when there’s many elements in the scene, depending on the use case you could generate a lot of this with line geometry between css2d nodes for a more performant environment. Again it depends on use case.