Hi everybody , hope you're doing great !
Working on a factory building interface, I'd like to be able to create a wall between 2 points.
See this example here : https://www.babylonjs-playground.com/#03QEFL#0
This pg can help you understand my need : I want to click somewhere on my scene (this click would create a line attached to my mouse like in the pg), then move my mouse (the line would follow it like in the pg) and clik again somewhere else to "drop" this line and have a kind of wall ( by playing with the width etc.. of my line or whatever would be attached to the mouse).
The problem is I saw that we couldn't change the width of 3D lines, and I don't really know how to "make a wall" by using tubes.
Hope you understood what I was trying to say ,
Thanks for your time !