https://codesandbox.io/p/sandbox/charming-tdd-nkf64x?file=%2Fsrc%2FobjViewer.tsx
here is the sandbox link while create the new line I am not able to increase the lineWidth while drawing in 3d model how can I fix it
https://codesandbox.io/p/sandbox/charming-tdd-nkf64x?file=%2Fsrc%2FobjViewer.tsx
here is the sandbox link while create the new line I am not able to increase the lineWidth while drawing in 3d model how can I fix it
See note in the docs. The solution would usually be to use either a polyline or MeshBasicMaterial-shaded cylinder instead of a line.
Yes I have used and it is fixed
Thanks…