How can I hide white joints when LineMaterial.transparent = true?

Hello community !
When I set LineMaterial transparent to true .
I notice the joints shpere popped up .
How can I hide these joints ?

Transparency with wide lines isn’t supported right now, see Add vertex color alpha channel support to LineMaterial · Issue #23680 · mrdoob/three.js · GitHub.

It is possible to implement the feature request but the current favored approach will double draw calls and there are potential rendering issues in certain cases. But even with these drawbacks, the implementation might be sufficient for enough users.

I suggest you comment at GitHub your thoughts about this. There is also a working demo here.

Thanks for the reply ! I’ll find another way to do this .