WEBGL Warning using LineMesh

Thank you for your answer

I was using a ShaderMaterial in my project and I had the same warning.
Indeed this comment answers the problem: Best way to keep dash size constant - #10 by Evgeni_Popov

Setting the 4th parameter of the ShaderMaterial to false seems to solve it.

Thank you !

1 Like