Extrude thick lines (Line2)

Hello Everyone!

There is a greate example of thick lines: https://threejs.org/examples/?q=line#webgl_lines_fat

Can I have these lines extruded?

Thank you

The way wide lines are rendered in the shader makes it impossible to extrude them. Have you considered to use TubeBufferGeometry for your use case?