top | item 45982227

(no title)

thomasikzelf | 3 months ago

You might be using the webgl lines (LINE_STRIP), those are always thin. The other way is to build a mesh that looks like a line (which Three.js also has functions for). select the line type here to see the difference: https://threejs.org/examples/?q=lines#webgl_lines_fat

discuss

order

ge96|3 months ago

oh yeah those look great