How to draw lane lines with width

You can try with Line2, three.js examples. Just remember to use it with LineMaterial and LineGeometry, instead of the regular LineBasicMaterial and BufferGeometry.

1 Like